Opened 17 years ago
Closed 17 years ago
#7855 closed (duplicate)
Error in django.contrib.sites.admin
| Reported by: | alexxey | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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)
Note:
See TracTickets
for help on using tickets.
I'm guessing this is a dup of #7819 though it's hard to be sure. If updating to r7957 or higher does not fix whatever problem you are seeing please reopen with specifics on the error message you get.