Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 654 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 654 Bytes

Djangostart

Prerequisites

  • Ensure that py command points to python3 with py -V (python 3 or above)
  • Ensure that git command is working

Clone this repository

In your terminal

git clone https://github.com/Netsponge/djangoappscript
cd djangoappscript

Launch script

In the terminal, launch

py create_django_project.py

Restart from scratch

rm -rf my_project && py create_django_project.py

The server is listeneing to port:

http://127.0.0.1:8000/

The install worked successfully! Congratulations!

Git commit

git add .
git commit -m "first commit"

py manage