I am working on the Python Crash Course Virtual Environment (Ch. 18) project and I am running into an error.
django-admin.py startproject learning_log.
" CommandError: 'learning_log.' is not a valid project name. Please make sure the name is a valid identifier. "
With my virtual environment activated I am receiving this error when I try to start the new django project. I have done this project in the past but when I came back to run it again, I am getting this error and I don't know why. Any feedback would be appreciated.
You just remove '.' at the end and run below command.
django-admin.py startproject learning_log
Just add a space after learning_log and then place the point/period ; Ex :- django-admin.py startproject learning_log .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With