Altering database tables in Django

前端 未结 7 1375
野性不改
野性不改 2020-12-07 11:33

I\'m considering using Django for a project I\'m starting (fyi, a browser-based game) and one of the features I\'m liking the most is using syncdb to automatica

7条回答
  •  不思量自难忘°
    2020-12-07 11:43

    Django 1.7 (currently in development) is adding native support for schema migration with manage.py migrate and manage.py makemigrations (migrate deprecates syncdb).

提交回复
热议问题