Re: django_site doesn't exist error

2007-12-25 Thread Alex Koshelev
Execute "./manage.py syncdb" to create django_site table. Hint: read error message to find solution. On 25 дек, 20:03, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > While I was following the chapter 12 (Session, Users and Registration) > of the Django book, I got "ProgrammingError at

django_site doesn't exist error

2007-12-25 Thread [EMAIL PROTECTED]
While I was following the chapter 12 (Session, Users and Registration) of the Django book, I got "ProgrammingError at /accounts/login/ (1146, "Table 'djangodb.django_site' doesn't exist")" error when I went to "localhost:8000/accounts/login". I have " (r'^accounts/login/$', login)," in the