Re: syntax error: export DJANGO_DEBUG=False

2019-10-12 Thread fishbite
Hi there, Thank you for your answer, which is correct! Much appreciated. On Saturday, October 12, 2019 at 5:16:43 AM UTC+1, WD Wang wrote: > > hi, > > export DJANGO_DEBUG=False > This is a shell command, you shouldn't add this to your settings.py. > > On Fri, Oct 11, 2019 at 9:51 PM fishbite >

Re: syntax error: export DJANGO_DEBUG=False

2019-10-11 Thread wd
hi, export DJANGO_DEBUG=False This is a shell command, you shouldn't add this to your settings.py. On Fri, Oct 11, 2019 at 9:51 PM fishbite wrote: > Hi there, > > My first post to this group! > > I've built the locallibrary project following the MDN tutorial and I'm now > preparing to deploy th

syntax error: export DJANGO_DEBUG=False

2019-10-11 Thread fishbite
Hi there, My first post to this group! I've built the locallibrary project following the MDN tutorial and I'm now preparing to deploy the site on Heroku as described in the same tutorial and have added these lines to my settings.py file: *import os* *SECRET_KEY = os.environ.get('DJANGO_SECRET_