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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

