Re: Should SECRET_KEY be allowed to be bytes?

2016-12-23 Thread 'Andres Mejia' via Django developers (Contributions to Django itself)
Hello, I saw these emails today and am finally getting around to responding to them now. I'm one of the people commenting to those issues about the SECRET_KEY being bytes and how I think it should still be allowed. I think there's a misunderstanding about what I said in those issues. Although

Re: Support SECRET_KEY and Database creds as callables

2015-01-25 Thread 'Andres Mejia' via Django developers (Contributions to Django itself)
uld be more appropriate. Marc On 24 January 2015 at 03:06, 'Andres Mejia' via Django developers (Contributions to Django itself) wrote: Hello Django devs, I would like to see if Django can support setting the SE

Re: Support SECRET_KEY and Database creds as callables

2015-01-25 Thread 'Andres Mejia' via Django developers (Contributions to Django itself)
te. This is addressed already by the system I referred to. I'll submit a patch for the database connections. Marc On 24 January 2015 at 03:06, 'Andres Mejia' via Django developers (Contributions to Django itself) <mailto:django-developers@googlegroups.com>> wrote:

Support SECRET_KEY and Database creds as callables

2015-01-24 Thread &#x27;Andres Mejia&#x27; via Django developers (Contributions to Django itself)
Hello Django devs, I would like to see if Django can support setting the SECRET_KEY and database creds as callables. Let me explain my situation. Here at Amazon, we use a system to store and fetch secrets such as a Django SECRET_KEY and database creds. There's a Python component to this syst