Skip to content

A Python script to initialize a Django project with a setup virtual environment and docker and PostgreSQL

License

Notifications You must be signed in to change notification settings

marxygen/djandock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djandock

A Python package to initialize a Django project with a virtual environment, Docker and Git repository with one command

Setup

pip install djandock

Usage

python -m djandock [name] -r [Git repo link]
  1. Creates a virtual environment
  2. Creates a Django project
  3. Wraps the project in Docker
  4. Initializes the Git repository

About

A Python script to initialize a Django project with a setup virtual environment and docker and PostgreSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published