On Apr 24, 2006, at 3:28 PM, Richie Hindle wrote:
>>  o When I run "manage.py runserver" I get this:
>>
>>     admin.logentry: 'user' has relation with uninstalled model User
>>     admin.logentry: 'content_type' has relation with uninstalled  
>> model
>>     ContentType
>
> This was because settings.py only listed the built-in
> "django.contrib.admin" package, and not the packages it relies on
> ("django.contrib.contenttypes", "django.contrib.sessions" and
> "django.contrib.auth").  Given that it all worked on the trunk, I  
> guess
> the dependencies used to get pulled in automatically but no longer do.
>

This was fixed here:

http://code.djangoproject.com/changeset/1889

Don

--~--~---------~--~----~------------~-------~--~----~
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