if i have a project with domain example.com and it's deployed as 3 wsgi apps: - www.example.com - admin.example.com - api.example.com is there something in settings.py that should be shared across wsgi apps except SESSION_COOKIE_DOMAIN?
i can't figure out if i should use the same SECRET_KEY in all settings or it doesn't matter? just to be clear, all 3 wsgi apps are basically the same project and they access the same database. Aljosa Mohorovic -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.