Hi Everyone, I am trying to deploy my Django project on Pythonanywhere and I am following this link When I want to do Database setup by inserting ./manage.py migrate I get this error: here Ho can I fix it? In addition, I would like to say that in my setting.py file I have this record: SECRET_KEY = config('SECRET_KEY') I have an .env file where I have already inserted my security key. I am new to python. Thanks so much for your help and support! Hooman