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 rearrange the fields (even wh
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:
> Going through the tut
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
3 matches
Mail list logo