Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-30 Thread monkut
Hmmm... I'm having the same error. I just installed 1.1 with python 2.6.2, on Windows vista. I set up a new project using django-admin.py and a new app to throw together a new project. All in all that took under an hour from download. Now, I've spent just about an hour looking around to find out

Why is the post syncdb hook signal not called 'post' syncdb?

2010-02-14 Thread monkut
Just curious, but I was looking at using the post-syncdb hook and found that it's actually called *before* the complete syncdb command finishes. (Custom and indicies are run after the signal) http://docs.djangoproject.com/en/dev/ref/signals/#post-syncdb When I first used this my expectation was