Skip to content

Netsponge/djangoappscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published