[Answer]-After formating my laptop, my Django projects doesn't work

1πŸ‘

βœ…

I revoke my answer. I no longer want to support this site.

πŸ‘€user1377396

0πŸ‘

My guess would be that your manage.py is not configured properly. The first line must define the Python exec to run the script, and not another location like /user/bin/python. If it is set to /user/bin/python you will almost certainly have certain packages missing. Ensure that the path you specify is to your virtualenv python location.

πŸ‘€HavelTheGreat

Leave a comment