Re: Silently replaced session_key

2010-05-05 Thread Matthew Roy
How so? An exception here will be caught by the app or become a 500. That's better than possibly using a chosen session key due to miscoding. Matthew On May 5, 2010 4:20 PM, "Jeremy Dunck" wrote: On Wed, May 5, 2010 at 2:45 PM, George Sakkis wrote: ... > I'm repeating myself here but if the i

Re: secret key from file...

2011-03-21 Thread Matthew Roy
I don't think settings.py needs to be any more complicated by default. Personally, I do keep my db passwords in the settings file under version control. It seems pretty clear that it shouldn't be under *public* revision control. I also do (nearly) exactly what you describe to load the secret key fr