Re: Environment Variables for Django Secret Key etc On Windows 10 and Heroku

2020-09-14 Thread dum dum
without any quotes. [image: image.png] On Tue, Sep 15, 2020 at 5:10 AM coolguy wrote: > Did you input the variable value under single quote or without it? > > e.g. '' > > On Saturday, September 12, 2020 at 12:35:29 PM UTC-4 hanz...@gmail.com > wrote: > >> Yes, I've seen so man

Re: Environment Variables for Django Secret Key etc On Windows 10 and Heroku

2020-09-14 Thread coolguy
Did you input the variable value under single quote or without it? e.g. '' On Saturday, September 12, 2020 at 12:35:29 PM UTC-4 hanz...@gmail.com wrote: > Yes, I've seen so many tutorials. I did the same thing, and didn't work. > I believe there is something wrong with my Djang

Re: Environment Variables for Django Secret Key etc On Windows 10 and Heroku

2020-09-12 Thread dum dum
Yes, I've seen so many tutorials. I did the same thing, and didn't work. I believe there is something wrong with my Django Project. I don't know what it is. Still tinkering. On Sat, Sep 12, 2020 at 9:38 PM Mbah Victor wrote: > Have you try googling your problem > > Victor > > On Sat, Sep 12, 20

Re: Environment Variables for Django Secret Key etc On Windows 10 and Heroku

2020-09-12 Thread Mbah Victor
Have you try googling your problem Victor On Sat, Sep 12, 2020, 9:34 AM dum dum wrote: > I tried to put my Django Secret Key in Environment Variables. > > SECRET_KEY = os.environ.get('SECRET_KEY') > > I did save the SECRET_KEY on env var windows 10 like this > [image: image.png] > > > When I tr

Environment Variables for Django Secret Key etc On Windows 10 and Heroku

2020-09-12 Thread dum dum
I tried to put my Django Secret Key in Environment Variables. SECRET_KEY = os.environ.get('SECRET_KEY') I did save the SECRET_KEY on env var windows 10 like this [image: image.png] When I tried to py manage.py runserver, I got this error django.core.exceptions.ImproperlyConfigured: The SECRET_