Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate instead of syncdb in 1.7 #18

Open
bufke opened this issue Sep 18, 2014 · 0 comments
Open

Migrate instead of syncdb in 1.7 #18

bufke opened this issue Sep 18, 2014 · 0 comments

Comments

@bufke
Copy link
Contributor

bufke commented Sep 18, 2014

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant