Skip to content

knickers/django-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django starter kit

Create an environment file

touch .env

Initialize the project

./setup.sh

Start the server

docker compose up -d

Test the environment

./python -V
./python -m django --version
./pip freeze

Visit the page

http://localhost

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages