¿why put an input with the hash?

2011-12-19 Thread zodman vr
It is a dump ass question. But why on django admin/auth/user put the input with hash of the password ?¿ this not make sense to me! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Re: Django open source cashflow management app

2011-07-27 Thread zodman
the app is back :) On Tue, Jul 26, 2011 at 6:48 AM, Derek <gamesb...@gmail.com> wrote: > On Jul 25, 8:51 pm, zodman <zod...@gmail.com> wrote: >> http://misgastos.zodman.com.mxits on spanish sorry. >> >> https://github.com/zodman/misgastos/ >> >

Re: Django open source cashflow management app

2011-07-25 Thread zodman
http://misgastos.zodman.com.mx its on spanish sorry. https://github.com/zodman/misgastos/ On Sun, Jul 24, 2011 at 8:44 AM, mf <mf2...@gmail.com> wrote: > Does anyone knows about an open source cashflow management app like > this one[0], built with django?. > > [0] http://pulsea

how to integrate strace on mod_swgi

2011-01-07 Thread zodman
some know how can i integrate the http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Extracting_Python_Stack_Traces but using the WSIHandler of django .. for show output like debuggingtechnique ? -- Andres Vargas www.zodman.com.mx -- You received this message because you are subscribed

Re: Django based issue tracker

2010-12-08 Thread zodman
getting started red-tape ;) > > On Dec 7, 6:59 am, zodman <zod...@gmail.com> wrote: >> django-projector >> >> >> >> On Wed, Nov 10, 2010 at 2:05 PM, Toby Champion <t...@tobychampion.co.uk> >> wrote: >> > I don't know of a Django-based is

Re: Django based issue tracker

2010-12-06 Thread zodman
django-projector On Wed, Nov 10, 2010 at 2:05 PM, Toby Champion wrote: > I don't know of a Django-based issue tracker that's in active > development, but I'd suggest you first try using a web-based, hosted > tool. If your project is simple enough, something like >

Re: Project management software

2010-12-06 Thread zodman
are you try django-projector ? http://www.django-projector.org/ On Sat, Dec 4, 2010 at 1:52 PM, tiemonster wrote: > Is that specifically for software development? For people looking for > time tracking, SCRUM, etc, that might be a good option. > > I was looking to

Re: Error message

2009-12-17 Thread Andres Vargas - zodman
its because you set DEBUG=False and on your templates dir not exist the file 500.html On Thu, Dec 17, 2009 at 7:34 PM, reactosguy wrote: > I get this message every time I go on http://localhost:8000/ with the > Django server running: > > Traceback (most recent call

problem with runserver

2008-02-09 Thread Andres Vargas - zodman
Im work fine, time ago and on one moment i have this error: Exception happened during processing of request from ('127.0.0.1', 34110) Traceback (most recent call last): File "/usr/lib/python2.4/SocketServer.py", line 222, in handle_request self.process_request(request, client_address)

Re: FckEditor vs TinyMCE

2008-02-01 Thread Andres Vargas - zodman
im use meteora http://meteora.astrata.com.mx and work excelente for my djangoadmin interface. http://meteora.astrata.com.mx/demo/editor Cull escribió: > Thanks Jay, > > That's a huge help. Do you know if there's any code for doing text > versioning? We don't need a full blow wiki or CMS, but

posible bug

2008-01-30 Thread Andres Vargas - zodman
I have configure the flatpages with his html template on my template_dir/flatpages/default.html When run python manage.py runserver on my settings DEBUG=True the flatpage show right but change a DEBUG=False i get this output: Traceback (most recent call last): File

problem with the auth_message table

2008-01-08 Thread zodman
when a sumbit something on the admin interface of django haves this warning: http://dpaste.com/30234/ http://dpaste.com/30235/ ever as the same a column 'message' on auth_message table. im drop the database an gen again with syncdb ii python-mysqldb 1.2.1-p2-4 A Python

Re: urlField Broken ever

2008-01-07 Thread zodman
im run a develop server ( python manage.py runserver ) on my deploy server and the urlfield function good .. on mod_python with apache not validate my url ? im confused. On Jan 6, 10:28 pm, zodman <[EMAIL PROTECTED]> wrote: > 0.97-pre-SVN-unknown rev 7003 > > i have a

Re: How do I connect to development server with my browser?

2008-01-07 Thread zodman
python manage.py runserver 0.0.0.0:8000 give someone your ip on port 8000 :) Jeff Anderson escribió: > Keith wrote: >> Is there a way to >> connect with the development server remotely > Absolutely! > By default the development server --only-- runs on localhost. If you > want to make it

Re: CSS Issues

2008-01-06 Thread zodman
define as /srv/ your documentroot on apache virtualhost. change 755 permission to your /srv/abc/media dir put a symbolic link on /srv/media --> /srv/abc/media/ rember when the navegator search on django.abc.com/media/ search /media dir for /media/ location on your documentroot William

Re: CSS Issues

2008-01-06 Thread zodman
define as /srv/ your documentroot on apache virtualhost. change 755 permission to your /srv/abc/media dir put a symbolic link on /srv/media --> /srv/abc/media/ rember when the navegator search on django.abc.com/media/ search /media dir for /media/ location on your documentroot William

urlField Broken ever

2008-01-06 Thread zodman
0.97-pre-SVN-unknown rev 7003 i have a proble with de urlfield broken link im make a model as app1 this model haves a UrlField urlflyer = models.URLField("Direccion de la imagen",verify_exists=False) in my develop local server (python manage.py runserver) function fine But on my

Re: design for static/dynamic website

2007-12-16 Thread zodman
Im make a static site with flatpages and a custom templatetag to generate a menu for the list of flatpages :) its all!! MrJogo escribió: > I'd like to migrate a currently static website to Django to add some > dynamic features to it and I have some questions about how best to do > that. > >