#9114: admin of comments depends on table django_site
-------------------------------------+--------------------------------------
 Reporter:  jobcello                 |       Owner:  nobody    
   Status:  new                      |   Milestone:            
Component:  django.contrib.comments  |     Version:  1.0       
 Keywords:                           |       Stage:  Unreviewed
Has_patch:  0                        |  
-------------------------------------+--------------------------------------
 I started a new site, included 'django.contrib.comments', but left out the
 'django.contrib.sites' from the INSTALLED_APPS.

 I synced the db.

 When trying to manage comments through the admin interface (URL:
 "http://localhost:8080/admin/comments/comment/";), got the error:

 OperationalError at /admin/comments/comment/
 no such table: django_site

 To get this admin page working, I added 'django.contrib.sites' to the
 INSTALLED_APPS. Then I synced the db. Then I immediately commented that
 line ('django.contrib.sites') out from INSTALLED_APPS. In other words,
 just having the table in the db made it work.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9114>
Django <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to