Re: How to create first project?
by Admin _ - - Create the first project
- 1- ./my_projects/pip install django
- 2-django-admin startproject my_project
- Running the Test Server
- ./my_project/python mangage.py runserver
- Now you type the following URL on webpage
- localhost:8000
- ./my_project/