Re: Django Tutorial 2 - Start the development server: why I couldn't get the admin’s login screen?

2013-12-17 Thread hyp3rkyd
seems like you didn't go to /admin/ but / On Monday, December 16, 2013 10:42:59 PM UTC+2, Yuqi Wang wrote: > > I think I did every step before this, the tutorial says there should be > the admin's login screen (fig 1 below), but the screen I got was the same > as it was when no Django project

Re: Django Tutorial 2 - Start the development server: why I couldn't get the admin’s login screen?

2013-12-16 Thread Thomas Murphy
Have you enabled admin in settings.py? What about setting up the database and creating the initial super user? On Mon, Dec 16, 2013 at 3:42 PM, Yuqi Wang wrote: > I think I did every step before this, the tutorial says there should be > the admin's login screen (fig 1

Django Tutorial 2 - Start the development server: why I couldn't get the admin’s login screen?

2013-12-16 Thread Yuqi Wang
I think I did every step before this, the tutorial says there should be the admin's login screen (fig 1 below), but the screen I got was the same as it was when no Django project was created (fig.2). I've no idea what went wrong.