You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If south is installed on the host it will attempt to syncdb and migrate.
File "/usr/local/lib/python2.7/dist-packages/setuptest/setuptest.py", line 52, in __init__
patch_for_test_db_setup()
File "/usr/local/lib/python2.7/dist-packages/south/management/commands/__init__.py", line 34, in patch_for_test_db_setup
management._commands['syncdb'] = MigrateAndSyncCommand()
AttributeError: 'module' object has no attribute '_commands'
The text was updated successfully, but these errors were encountered:
If south is installed on the host it will attempt to syncdb and migrate.
The text was updated successfully, but these errors were encountered: