1
So I found out I need to put my models.py in my users’ folder and add ‘users’ into the INSTALLED_APPS
setting. Now it worked.
0
Your test database needs to be different than your production database. Test databases are destroyed once the test cases are run. In your case the database was not created. You should go through this documentation for detailed information https://docs.djangoproject.com/en/1.10/topics/testing/overview/
Can you also add the snippet of your user_manager module
- Django FieldError at / Unknown field(s) (type) specified for Model
- Upload image into gravatar using python django
Source:stackexchange.com