Re: Can't enter admin site

2013-04-20 Thread Michael Hernandez
Tom is right URL regexp is one of the more difficult aspects a feel for beginners. ^ means to match the following characters at the start of the haystack r"^" will properly match "/admin" "/static" "/joogabooga/realm/1?x=1" however if you are having trouble with figuring out the regexp there i

Re: Can't enter admin site

2013-04-19 Thread Tom Evans
On Fri, Apr 19, 2013 at 4:17 PM, Alex Lee wrote: > Hi guys, I just started the second tutorial! I'm trying to connect to the > admin site, but when I go to http://127.0.0.1:8000/admin after I runserver, > I get the same "Welcome to django!" screen that I get if I would just > connect to http://127

Re: Can't enter admin site

2013-04-19 Thread Jonathan Harris
Hello Alex Just to see how far you have gone: Have you uncommented 'django.contrib.admin' in settings.py and run syncdb? Also, have you uncommented the relevant lines in urls.py? On Fri, Apr 19, 2013 at 4:17 PM, Alex Lee wrote: > Hi guys, I just started the second tutorial! I'm trying to con

Can't enter admin site

2013-04-19 Thread Alex Lee
Hi guys, I just started the second tutorial! I'm trying to connect to the admin site, but when I go to http://127.0.0.1:8000/admin after I runserver, I get the same "Welcome to django!" screen that I get if I would just connect to http://127.0.0.1:8000/. The tutorial says that the admin site is