evgkirov / create-django-project

Yet another opinionated Django project template that no one will ever use except me a couple times

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Django Project

Yet another opinionated Django project template that no one will ever use except me a couple times

Prerequisites

  • Linux or macOS (not tested with Windows)
  • Docker & Docker Compose
  • git

Usage

Replace myproject with your actual project name.

docker run -e PROJECT_NAME=myproject --mount type=bind,src=$PWD,dst=/projects evgkirov/create-django-project:main

Then run the newly created project:

cd myproject
./start-dev.sh

About

Yet another opinionated Django project template that no one will ever use except me a couple times

License:MIT License


Languages

Language:Python 59.1%Language:Shell 38.2%Language:Dockerfile 2.7%