Thank you for the support. However, I tried that already and still nothing 
showed up. Not sure what I'm missing.

On Sunday, August 4, 2013 12:54:07 PM UTC-7, gilberto dos santos alves 
wrote:
>
> see your mysite/settings.py for 'django.contrib.admin' (you must clear # 
> comment) now in 1.6x django.contrib.admin comes active. until 1.5.x this 
> option is with comment #.
> if doubt use
> ./manage.py shell
> import sys
> for oque in sys.path:
>    print oque
>
> see all your entries for python and django libs, etc.
>
>
> Em domingo, 4 de agosto de 2013 00h57min33s UTC-3, Cole Calhoun escreveu:
>>
>> I am running Python 2.7.4 and Django 1.5.1 on a Mac.
>>
>> I completed the first part of the "Writing your first Django app." 
>> tutorial (https://docs.djangoproject.com/en/1.5/intro/tutorial01/) and 
>> everything went as the tutorial explained. Once I got to the second part of 
>> the tutorial, it asked me to add /admin/ to my local dev url, nothing 
>> rendered. I didn't receive any errors in the terminal, but the site stayed 
>> the same, I saw no changes.
>>
>> One thing I did notice while going through the tutorial was that in 
>> mysite/settings.py the django.contrib.app was not included. Once I noticed 
>> that, I added it, synced the database again, but it still wouldn't work. 
>> The tutorial says that it is meant for version 1.5 and 2.+ and I am running 
>> 1.5.1.
>>
>> If anyone has any insight as to what the problem may be, that would be 
>> greatly appreciated.
>>
>> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to