On 5/12/06, tomass <[EMAIL PROTECTED]> wrote:
>
> Installed from subversion. Ran "django-admin.py startproject
> greenleaftech; cd greenleaftech; python manage.py runserver" and I get
> the following. Can anyone help out?
>
> Thanks, Tom
>
>
> python manage.py runserver
> Validating models...
> admin.logentry: 'user' has relation with uninstalled model User
> admin.logentry: 'content_type' has relation with uninstalled model
> ContentType
> 2 errors found.

Looks like you need to add 'django.contrib.contenttypes' and
'django.contrib.auth' to your INSTALLED_APPS setting.

Joseph

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to