Can´t get Django Administration page to show

2013-06-05 Thread Oliver Hilmarsson
I´m finished part 1 in django tutorial https://docs.djangoproject.com/en/dev/intro/tutorial01/ Everything worked great, but starting in part 2 I can´t get the admin page to show up. I always just get the initial "It worked! Congratulations on your first Django-powered page" page when I go to

Re: Can´t get Django Administration page to show

2013-06-05 Thread Oliver Hilmarsson
Thanks, Sithu, I didn´t uncomment the lines in urls.py. It´s working now :o) Regards, Óliver On Wednesday, June 5, 2013 11:47:49 AM UTC, Oliver Hilmarsson wrote: > > I´m finished part 1 in django tutorial > https://docs.djangoproject.com/en/dev/intro/tutorial01/ > > Everythi