marxygen / djandock

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 94.4%Language:Dockerfile 5.6%