开发者

Can i revert back to syncdb after installing SOUTH

开发者 https://www.devze.com 2023-03-17 21:39 出处:网络
I installed SOUTH and migrated 开发者_C百科few apps. now i want to go back to syncDB and uninstall SOUTH.

I installed SOUTH and migrated 开发者_C百科few apps. now i want to go back to syncDB and uninstall SOUTH. Can i go back


Yes.

  • Stop your server.

  • First, backup your database to be on the safe side.

  • Execute:

    ./manage.py sqlclear south | ./manage.py dbshell

    (this is probably buggy on windows. Use copy and paste instead of the pipe.)

  • Remove south from your INSTALLED_APPS settings.

0

精彩评论

暂无评论...
验证码 换一张
取 消