python manage.py runserver 9090
The command is used to start python server if you have django framework installed. You can change ports as per your need. We have used 9090 ports here.
0 Comments