Django syncdb and migrate

前端 未结 4 876
春和景丽
春和景丽 2020-12-28 18:41

I\'m moving django website from one server to another, and I tried to syncdb, so i\'ve put python manage.py syncdb, and i get this output:

Synci         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 19:29

    Try

    syncdb --all 
    

    as I have the same problem and --all just works.

    I found this solution here https://github.com/divio/django-cms/issues/1343

提交回复
热议问题