Re: Django Sites framework

2009-09-08 Thread Michael Manfre
Adding "SITE_ID = 1" to your settings will get you past the exception without having to add it to INSTALLED_APPS. I had to do this one of my projects. On Aug 21, 7:02 pm, Vladimir Prudnikov wrote: > Yep, django.contrib.sites is not included in the INSTALLED_APPS list. > > On 21 Aug 2009, at 10:4

Re: django.core.urlresolvers reverse, args and kwargs (Ticket 8764)

2009-09-08 Thread Russell Keith-Magee
On Tue, Sep 8, 2009 at 12:35 PM, vegas wrote: > > Okay, so I've looked at the previous discussion on this topic, and the > code. Firstly let me say a big thank you to everyone who has worked on > Django, it's a fabulously useful piece of software, and a lot of fun > to work with. Hi Alex, Thanks