Try retyping the lines from scratch. You may have picked up a unicode version of single quote, or similar substitution, through copy/pasting.

John

On 11/10/2019 14:12, fishbite wrote:
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:

|
exportDJANGO_DEBUG=False
|

the following lines precede this with no errors:

|
*importos**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+unsubscr...@googlegroups.com <mailto:django-users+unsubscr...@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 <https://groups.google.com/d/msgid/django-users/d3b25700-4b4c-4c4f-b468-6f2d344e6951%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/59a52265-3e2f-2c3c-d587-67f2481a4660%40martinhome.org.uk.

Reply via email to