Friday, October 11, 2019

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

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 DJANGO_DEBUG=False

the following lines precede this with no errors:

import os
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', 'cg#p$g+j9tax!#a3cup@1$8obt2_+&k3q+pmu)5%asj6yjpkag')

DEBUG = os.environ.get('DJANGO_DEBUG', '') != 'False'

could someone please tell me why this is happening and how to fix it. The lines have been copied and pasted from the tutorial into the file, so I'm pretty sure there isn't a typo.

Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d3b25700-4b4c-4c4f-b468-6f2d344e6951%40googlegroups.com.

No comments:

Post a Comment