Hi, I'm following a tutorial, very simple, all I've done is got my database set up, wrote a small and simple blog app and activated the admin. I'm running Django 1.1.1 on Apache, on my deployment box.
The problem is seemingly random. I have two blogpost objects successfully added to the MySQL database. Sometimes I can access the admin panel, sometimes I cannot. When I cannot, for example, accessing /mysite/admin/blog/blogpost/, I get this error http://dpaste.com/hold/139625/ If I wait 5 minutes, I can refresh the page, and use the admin panel for another five minutes until, once more, these url errors pop up. Why is this happening? Is it some kind of server misconfiguration, or something wrong with some kind of caching? I've tried uninstalling, apache and django, and redoing it, but no luck. Just in case you wanted to take a look at my urls.py, settings.py and models.py, here they are: Urls.py : http://dpaste.com/hold/139628/ Settings.py : http://dpaste.com/hold/139626/ Models.py : http://dpaste.com/hold/139627/ Any help is so very welcome, I've wasted too many hours trying to fix this. Thanks, Matt -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.