Thursday, November 1, 2012

Error: One or more models did not validate: admin.logentry: 'user' has a relation with model , which has either not been installed or is abstract.

Hello every one 

I am new to Django - I am on Google Python App engine and try to work with Django to understand more about how Google App engine works. 
For that i follow the tutorial on   https://docs.djangoproject.com/en/1.4/intro/tutorial01/ I finist tutorial 01 and started with tutorial 02 the Admin part. 

First of all do i need this admin part to work with Django for a simple app? 

Second:
I get this message with:
$ python manage.py syncdb
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/-/bpn0OXLO3MwJ.
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