Philip is a developer with both front-end and back-end skills .Today I'm specializing in Python Django framework and delivering API's that scale using Django rest Framework, with refined interpersonal skills and a strong appetite for mastering new tools and technologies. Backed by 2+ years of industrial experience in engineering, and business development.
I am available for python developer roles as well as technical writer role I also offer free mentorship to python developers
There is nothing i can do in such a short time You can't see the .env file because it contains secret informations it has been ignored by git for security purposes I told you to set the secret key manually so you can start the server up something like this SECRET_KEY = "sdg65juhe987g64839wefmd5u4emdcjgb" Do that it should at least work
Thanks for your nice comment, but this isn't enough for me to help you to debug but with what I can see right now. Your secret key is in yiou .env file and you can use python dotenv module to get the value out of the env file and use it in your settings.py or you can simply write your secret key in your settings.py during development Below is the link on how to use python dotenv module. https://pypi.org/project/python-dotenv/ I hope this helps you