-
Notifications
You must be signed in to change notification settings - Fork 2
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
Do app not migrating #109
Comments
Can you paste a complete traceback? |
After typing python manage.py migrate do, this is the traceback: /home/dominick/virtualenv/WHAT/local/lib/python2.7/site-packages/django/utils/hashcompat.py:9: DeprecationWarning: django.utils.hashcompat is deprecated; use hashlib instead /home/dominick/virtualenv/WHAT/local/lib/python2.7/site-packages/django/contrib/localflavor/init.py:2: DeprecationWarning: django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead. Running migrations for do:
|
Should this not be importing 'what_apps.utility.models.GenericPartyForeignKey'? If so, where can I find the code to do so? |
Gotcha. OK, my take:
|
After running setup_db.py, I tried to migrate all the apps that weren't synced. I couldn't do it because this error was raised:
"ValueError: Cannot import the required field 'utility.models.GenericPartyForeignKey'."
Is it possible that the migrate is looking for the app in the wrong spot (ie: not searching in what_apps)?
The text was updated successfully, but these errors were encountered: