Re: The secret_key is settings.py

2008-01-12 Thread James Bennett
On Jan 12, 2008 8:31 AM, shabda.raaj <[EMAIL PROTECTED]> wrote: > When we run django-admin.py, it generates SECRET_KEY and writes that > value. Now if we create some apps and these apps are downloaded and > used as-is by the users they end up sharing the SECRET_KEY. > That setting recommends that

The secret_key is settings.py

2008-01-12 Thread shabda.raaj
When we run django-admin.py, it generates SECRET_KEY and writes that value. Now if we create some apps and these apps are downloaded and used as-is by the users they end up sharing the SECRET_KEY. That setting recommends that "# Make this unique, and don't share it with anybody." Wont it be better