Re: update the part 1 of Django Tutorial perhaps

2012-11-15 Thread XIE Enming
Thanks, I will do this next time when I create new project, now it is fine. Yes, admin app is included in the installed apps settings Le mercredi 14 novembre 2012 17:36:39 UTC+1, Tundebabzy a écrit : > > Why not manually drop the database for your project and syncdb again. > Also make sure you

Re: update the part 1 of Django Tutorial perhaps

2012-11-14 Thread Babatunde Akinyanmi
Why not manually drop the database for your project and syncdb again. Also make sure you have the admin app included in your installed apps settings On 11/14/12, XIE Enming wrote: > But I had already run "python manage.py syncdb" before, bizarre. > Thanks for your responses. > > Le mardi 13 no

Re: update the part 1 of Django Tutorial perhaps

2012-11-14 Thread XIE Enming
But I had already run "python manage.py syncdb" before, bizarre. Thanks for your responses. Le mardi 13 novembre 2012 22:55:14 UTC+1, JirkaV a écrit : > > >The reason is that I should add in the table "django_site" of > my database : domain and name, I did it : insert into django_s

Re: update the part 1 of Django Tutorial perhaps

2012-11-13 Thread Jirka Vejrazka
>The reason is that I should add in the table "django_site" of my database : domain and name, I did it : insert into django_site (domain, name) values ("ncegcolnx270", "mysite"); And it works. But this point, the Tutorial 1 doesn't say.. How can I perhaps help update the Tutoria

update the part 1 of Django Tutorial perhaps

2012-11-13 Thread XIE Enming
Hi, guys: I had followed the part 1 of Django Tutorial, and when I went to Part 2, I got this error: "DoesNotExist at /admin/", just like this one : https://groups.google.com/forum/?fromgroups=#!topic/django-users/o2FpMeINpPA The reason is that I should add in the table