Re: Tutorial for dev version not working (Polls app): admin

2012-01-30 Thread Ramiro Morales
On Sun, Jan 29, 2012 at 12:15 AM, Alec Taylor wrote: > > Going through the tutorial using the latest trunk in a virtualenv. > > I am getting stuck in this section: > https://docs.djangoproject.com/en/dev/intro/tutorial02/#s-customize-the-admin-form > > No matter how I

Re: Tutorial for dev version not working (Polls app): admin

2012-01-29 Thread Jeff Heard
syncdb will not remake tables that are already made. For that you will have to pipe the output of: $ python manage.py resetsql through your database backend. Then try restarting the server and looking at your admin. On Sat, Jan 28, 2012 at 10:15 PM, Alec Taylor wrote:

Tutorial for dev version not working (Polls app): admin

2012-01-28 Thread Alec Taylor
Going through the tutorial using the latest trunk in a virtualenv. I am getting stuck in this section: https://docs.djangoproject.com/en/dev/intro/tutorial02/#s-customize-the-admin-form No matter how I rearrange the fields (even when I remove the "question" field), I cannot notice any difference