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