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
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
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
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
4 matches
Mail list logo