I can't running django in my website server at port 80... because It gives me that port is already in use?? may I know what's the problem exactly?
this is the link for my website It only gives me a html page (zabarjad.co).
but when I type in command line to run django this is what happen:
aziz@zabarjad-djangostack-vm:/var/www/zabarjadprod$ sudo python3 manage.py runserver 0.0.0.0:80
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
March 06, 2021 - 17:40:17
Django version 2.2.15, using settings 'zabarjadprod.settings'
Starting development server at http://0.0.0.0:80/
Quit the server with CONTROL-C.
Error: That port is already in use.
Aziz, there is something running at port 80 on your system. check for other services and servers installed on your system and shut down the on the said port.