I have this exact same problem.  I'be checked both settings.py and urls.py 
and done a syncdb and still get nothing but the welcome page.  Any other 
ideas on what to check?

On Thursday, June 6, 2013 5:53:12 PM UTC-4, Rebecca wrote:
>
> I'm on part 2 of the django book tutorial (
> https://docs.djangoproject.com/en/dev/intro/tutorial02/) and am trying to 
> get onto the admin login page in my browser.  When I go to the admin site 
> on my local domain (http://127.0.0.1:8000/admin/), I dont get to the 
> login screen.  I get to something else from django 
>
> "
> It worked!Congratulations on your first Django-powered page.
>
> Of course, you haven't actually done any work yet. Here's what to do next:
>
>    - If you plan to use a database, edit the DATABASES setting in 
>    myproject/settings.py.
>    - Start your first app by running python manage.py startapp [appname].
>
> You're seeing this message because you have DEBUG = True in your Django 
> settings file and you haven't configured any URLs. Get to work!"
>
>
>
> but not the login screen it said i would get in the tutorial.  Anyone know 
> why? or how to get to the login page?
>
>
> Thanks!!!!!!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f73e1fd5-6737-4d79-925e-a1c8c365b95c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to