1. setting.py INSTALLED_APPS add south
2. python manage.py schemamigration mysite --initial
3. python manage.py convert_to_south mysite
4. change model.py
5. python manage.py schemamigration mysite --auto
6. python manage.py migrate mysite --delete-ghost-migrations
2. python manage.py schemamigration mysite --initial
3. python manage.py convert_to_south mysite
4. change model.py
5. python manage.py schemamigration mysite --auto
6. python manage.py migrate mysite --delete-ghost-migrations
1725

被折叠的 条评论
为什么被折叠?



