-
Notifications
You must be signed in to change notification settings - Fork 37
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
'python manage.py makemigrations' error #36
Comments
I am trying to build the app and running into this error. Any resolution? |
@kanr Thats an issue with the latest Django. Try with Django 1.8 or Django 1.7x. Please let me know if you still run into the error. The latest Django requires us to explicitly set a fields attribute on the ModelForm Class. |
@dreaswar Thank you for the reply, I am only just now getting back to my experiementing with AuShada. I am slowly moving towards a working prototype but continue having configuration errors. Currently I am having trouble installing psycopg2 in my virtualenv. If you have any insights on how I can clear my error I would appreciate it. |
@kanr , What specific errors are you getting with psycopg2 |
Here's the error from the command
python manage.py makemigrations
:The text was updated successfully, but these errors were encountered: