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, 201

Re: MDN Locallibrary project - syntax error on 'export DJANGO_DEBUG=False'

2019-10-12 Thread fishbite
. On Friday, October 11, 2019 at 10:39:18 PM UTC+1, Daniel Hepper wrote: > > The export statement does not belong in your settings file, you are > supposed to type it into your shell, like you do with “python manage.py > ...” commands > > Am 11.10.2019 um 15:51 schrieb fishbit

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 =

MDN Locallibrary project - syntax error on 'export DJANGO_DEBUG=False'

2019-10-11 Thread fishbite
Hi there, I've been working on the MDN Locallibrary project and am just preparing to publish the website on Heroku. I seem to be stumbling at the first hurdle though and hope someone can help. The problem is a syntax error pointing to the following line of code in my settings.py file: export