#7855: Error in django.contrib.sites.admin -----------------------------+---------------------------------------------- Reporter: alexxey | Owner: nobody Status: new | Milestone: Component: Admin interface | Version: newforms-admin Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- After introducing admin.austodiscover(), i've put it down to my urls.py but there happened an error. I've found a reason: still i have ``django.contrib.sites`` in INSTALLED_APPS set, I got an error. It happens because ``django.contrib.sites.admin`` needs ``from django.contrib.sites import Site`` string. Hope for soon fix)
-- Ticket URL: <http://code.djangoproject.com/ticket/7855> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
