Joseph Kocherhans wrote:
> 
> Looks like you need to add 'django.contrib.contenttypes' and
> 'django.contrib.auth' to your INSTALLED_APPS setting.

#2.5 in 
http://code.djangoproject.com/wiki/MagicRemovalCheatSheet#URLsandsettings

Add additional applications to your INSTALLED_APPS to satisfy dependencies:

     * Before django.contrib.admin add django.contrib.auth and 
django.contrib.contenttypes.
     * Before django.contrib.flatpages and/or django.contrib.redirects 
add django.contrib.sites.

Thanks,

Eugene


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