Jun 272009

TemplateDoesNotExist: 500.html

This error means that you don’t have a template for
displaying the “internal server error” message.

Try to set
DEBUG = TRUE
in settings.py

Posted by weboom at 2:51 pm Tagged with: , ,
Jun 262009

You may get this type of error “no such column” when you change the models.
Try this one
$python manage.py reset thenameofyourapp
$python manage.py syncdb
———-
PS: The problem here is that all existing database will be going away.

Posted by weboom at 9:54 pm Tagged with: , ,
Jun 262009

from django.contrib import admin
otherwise,
django can’t understand
(r’^admin/(.*)’, admin.site.root),

Posted by weboom at 7:32 am Tagged with: , , ,
Switch to our mobile site
Top Footer