There is no South database module 'south.db.postgresql_psycopg2' for your database

后端 未结 5 1183
轮回少年
轮回少年 2021-01-04 05:10

i new to django and I\'m getting this error from south but i don\'t know what i\'m missing. I search for answers but i can\'t found anything.

There is no Sou         


        
5条回答
  •  爱一瞬间的悲伤
    2021-01-04 05:33

    Please note that South is now end of lifed in favour of the ​new migrations framework in Django 1.7, which is based on South but with significant design improvements.

    For more details about Django migration framework you can refer release note - https://docs.djangoproject.com/en/1.9/releases/1.7/#schema-migrations

    South will not work with Django 1.7; It supports only versions 1.4, 1.5 and 1.6.

提交回复
热议问题