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

后端 未结 5 1171
轮回少年
轮回少年 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:20

    Try pip uninstall South, then you will see if your application is 1.8 ready.

提交回复
热议问题