Django: Error: You don't have permission to access that port



Here my
env: /home/user/test/env
project: /home/user/test/mysite

sudo sh -c ". $HOME/test/env/bin/activate && cd $HOME/test/ && python manage.py runserver --insecure 0.0.0.0:80"

Comments

Popular posts from this blog

Set up Django with apache

JWT auth is not working on apache server