Hello Everone
I am new to Django:
I am in the Django tutorials_01 and now in tutorial 02 in the admin part:
when i update the database with:
# python manage.py syncdb
There is this message:
Error: One or more models did not validate:
admin.logentry: 'user' has a relation with model <class 'django.contrib.auth.models.User'>, which has either not been installed or is abstract.
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/jJp3Gz2rrXoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment