Re: Missing 'SITE_ID' breaks first Django app

2012-07-08 Thread Thomas Orozco
What is kills the whole app supposed to mean? Just pulling this out of thin air, but do you have a record in your database (sites) that corresponds to your SITE_ID setting (when you add it) Le 6 juil. 2012 13:43, "Melvyn Sopacua" a écrit : > On 6-7-2012 7:38, DF wrote: > > > Hi. I just delayed

Re: Missing 'SITE_ID' breaks first Django app

2012-07-06 Thread Melvyn Sopacua
On 6-7-2012 7:38, DF wrote: > Hi. I just delayed my first Django app via Heroku and I'm having an issue > that's proving very difficult to resolve. I have django-registration and > profiles installed and apparently something runs afoul unless the > 'django.contrib.sites', and SITE_ID is removed