Answers for "command to run server in django"

5

starting server in django

# to start a django server cd to dir with manage.py file and type following
python manage.py runserver
Posted by: Guest on June-04-2020
1

how to run the server in django

#In your terminal
python3 manage.py runserver
Posted by: Guest on June-17-2021
0

django make app

...\> django-admin startproject mysite
Posted by: Guest on September-14-2020

Python Answers by Framework

Browse Popular Code Answers by Language