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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/TmDzJJKawfYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to