Re: [Python-Dev] [Python-checkins] r85152 - tracker/instances/python-dev/config.ini.template

2010-10-03 Thread Martin v. Löwis

Modified: tracker/instances/python-dev/config.ini.template
+[django]
+# generate on a per-instance basis
+secret_key = 'e...@4s$*(idwm5-87teftxlksckmy8$tyo7(tm!n-5x)zeuheex'


I assume the secrecy of this is rather irrelevant?


It's only the template. In the instance, you have to replace it with
some value, if you care about the secrecy (which I did).

Regards,
Martin

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] r85152 - tracker/instances/python-dev/config.ini.template

2010-10-01 Thread Benjamin Peterson
2010/10/1 martin.v.loewis python-check...@python.org:
 Author: martin.v.loewis
 Date: Sat Oct  2 00:57:26 2010
 New Revision: 85152

 Log:
 Add django settings to template.


 Modified:
   tracker/instances/python-dev/config.ini.template

 Modified: tracker/instances/python-dev/config.ini.template
 ==
 --- tracker/instances/python-dev/config.ini.template    (original)
 +++ tracker/instances/python-dev/config.ini.template    Sat Oct  2 00:57:26 
 2010
 @@ -381,3 +381,7 @@
  # each recipient as a CC address.
  # Default: single
  email_sending = multiple
 +
 +[django]
 +# generate on a per-instance basis
 +secret_key = 'e...@4s$*(idwm5-87teftxlksckmy8$tyo7(tm!n-5x)zeuheex'

I assume the secrecy of this is rather irrelevant?


-- 
Regards,
Benjamin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com