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
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