Django Sites framework

2009-08-20 Thread Vladimir Prudnikov
I'm *not* using Sites framework ('django.contrib.admin' is not included in INSTALLED_APPS and SITE_ID is not defined), but there is an exception when I click on "View on website" link on the edit model page in admin interface. Exception Value: You&#

Re: Django Sites framework

2009-08-21 Thread David Christiansen
when I click on "View on website" link on the edit model   > page in admin interface. > > Exception Value:         You're using the Django "sites framework" without   > having set the SITE_ID setting. Create a site in your database and set   > the SITE_ID setting

Re: Django Sites framework

2009-08-21 Thread Vladimir Prudnikov
* using Sites framework ('django.contrib.admin' is not >> included in INSTALLED_APPS and SITE_ID is not defined), but there is >> an exception when I click on "View on website" link on the edit model >> page in admin interface. >> >> Exception Value: You

Re: Django Sites framework

2009-09-08 Thread Michael Manfre
gt;> included in INSTALLED_APPS and SITE_ID is not defined), but there is > >> an exception when I click on "View on website" link on the edit model > >> page in admin interface. > > >> Exception Value:         You're using the Django "sites