Altering database tables in Django

前端 未结 7 1370
野性不改
野性不改 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:53

    As noted in other answers to the same topic, be sure to watch the DjangoCon 2008 Schema Evolution Panel on YouTube.

    Also, two new projects on the map: Simplemigrations and Migratory.

提交回复
热议问题