django

Django runserver command

python manage.py runserver 9090
Output
Start python server and serve django framework files

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.

Was this helpful?