Re: SyntaxError SECRET_KEY

2020-01-05 Thread 'Dash LaLonde' via Django users
s > > settings_secret > > . > > py > > Careful for path to file directory. > Nice. > > On Mon, Jan 6, 2020, 04:13 Mohamed A wrote: > >> Be careful your secret key contains a # >> >> Which comment everything after >> >> Le dim. 5 jan. 20

SyntaxError SECRET_KEY

2020-01-05 Thread 'Dash LaLonde' via Django users
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

Never Mind Django

2020-01-05 Thread 'Dash LaLonde' via Django users
I just deleted all the all the directories with send to trash and will attempt one more time to install django pip to run a project -- 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

New to Django and Python

2020-01-05 Thread 'Dash LaLonde' via Django users
Hello, Just wanted to say hello and let you all know that I will probably be posting many questions. -- 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 Pip Not installed

2020-01-05 Thread 'Dash LaLonde' via Django users
I just installed python, django and pip, completed a test env then deactivated the project env. Now I am trying to start a real project, I used pipenv to install django again and even though I just installed django when I yse django-admin startproject it says it can't find django. I ran a check