Questions about setting up my first app in django tutorial

2014-04-17 Thread Xiaofeng Feng
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.regis

Re: Questions about setting up my first app in django tutorial

2014-04-17 Thread Xiaofeng Feng
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 > > : > >> I am now trying to set up my first app usin