Thank you Daniel, that's a great help. I sat looking at the tutorial 
thinking to myself that it didn't explicitly say that line should be put 
into the settings file, but on the other hand, it didn't say that it 
shohuld be entered at the prompt either!

Thanks again, it is much appreciated.

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 fishbite <stuar...@gmail.com <javascript:>
> >:
>
> 
> 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...@googlegroups.com <javascript:>.
> 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/c44ebec4-5487-4e83-b1d7-dd7b5a587a62%40googlegroups.com.

Reply via email to