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 from settings (this wasn't the case prior to deployment). Unfortunately, when content is submitted from a user to be displayed. I'm getting the following error::
TemplateSyntaxError at /Caught AttributeError while rendering: 'Settings' object has no attribute 'SITE_ID'.
Adding these back just kills the whole app. Looking to see if anyone had any insight or advice on how to resolve this.
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)
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.