Can not create South database models in Django 1.7 -


django 1.7 has built-in database migration mechanizm. however, i'd run south migrations ols third-party django apps.

i failed to 'syncdb' management command django 1.7 in order create south models:

/south/management/commands/syncdb.py", line 82, in handle_noargs old_app_store, cache.app_store = cache.app_store, sorteddict([  attributeerror: 'apps' object has no attribute 'app_store' 

on official south site:

south not work django 1.7; supports versions 1.4, 1.5 , 1.6.

the solution can see create django 1.7 third-party applications within project using migration_modules setting. when these third-party applications supply django 1.7 migrations. should remove migrations , migrate --fake application migrations.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -