Sunday, January 5, 2020

Re: SyntaxError SECRET_KEY

Hi Dash,

Let a look at this config:

settings_secret.py

# SECURITY WARNING: keep the secret key used in production secret!  SECRET_KEY = '..key'

settings.py

from settings_secret import *

and .gitignore

# Secret Settings  settings_secret.py

Careful for path to file directory.
Nice.



On Mon, Jan 6, 2020, 04:13 Mohamed A <sim4n6@gmail.com> wrote:
Be careful your secret key contains a #

Which comment everything after

Le dim. 5 jan. 2020 à 22:06, 'Dash LaLonde' via Django users <django-users@googlegroups.com> a écrit :
Well I can't go any further, I keep getting SyntaxError SECRET_KEY, the only thing I changed was I added another os.path.dirname to the
settings because that is where it exists. I also set the domain and ip address, neither of which should create the error. While this is a new
endeavor to learn something new, I can't waste time on this, when the only answer I can find the SyntaxError is due to incorrect spacing between command and setting.
Can only move it one spot in either direction and neither work, so if anyone has a better solution let me know, I would like to be able to
learn Django. this is how my settings look

 # SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '(%_cwwe@d#gg&+$myg9c%f961^y(kfd*-q=81k28y%#q&*6%o*'

this is my error message

    SECRET_KEY = '(%_cwwe@d#gg&+$myg9c%f961^y(kfd*-q=81k28y%#q&*6%o*'
             ^
SyntaxError: invalid syntax
Thanks

--
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/0c5400fb-f27a-4530-8610-9efad5ad8b1f%40googlegroups.com.

--
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/CAJenkLCFT8zC3%3DfQktt3tBfQGWMP2H41%2BM2Woqr1kJtEgm_6ow%40mail.gmail.com.

--
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/CAP5HUWq%3DHMJz9QoCDWtGxmDK%3D_OmMZ0_E5GRv5XHpSMD5YnhMw%40mail.gmail.com.

No comments:

Post a Comment