Yes.
INSTALLED_APPS = (
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'TestApp',
)

The last line TestApp is my first app.

On Thursday, April 17, 2014 8:24:12 AM UTC-4, Jorge Andrés Vergara Ebratt 
wrote:
>
> Did you register the app in settings.py?
>
>
> 2014-04-16 23:03 GMT-05:00 Xiaofeng Feng <fxf8...@gmail.com <javascript:>>
> :
>
>> I am now trying to set up my first app using django tutorial. However, I 
>> was stuck at adding the poll app in part 2. I think I followed all the 
>> steps and it goes well before this question. After I change admin.py with
>>
>> from django.contrib import adminfrom polls.models import Poll
>> admin.site.register(Poll)
>>
>> as the tutorial says. The admin website does not change at all. Does 
>> anybody know why this happens? 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...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com<javascript:>
>> .
>> 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/7bdb76f7-caf7-4c44-af6f-05f042494bed%40googlegroups.com<https://groups.google.com/d/msgid/django-users/7bdb76f7-caf7-4c44-af6f-05f042494bed%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> *Jorge Andres Vergara Ebratt*
> *#SoftwareDeveloper (Or at least trying to be)*
> *@javebratt*
> *facebook.com/javebratt <http://facebook.com/javebratt>*
>  

-- 
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/36c07290-ff33-4e3d-b142-26efd577c38c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to