Skip to content

Yet another opinionated Django project template that no one will ever use except me a couple times and then I'll abandon it

License

Notifications You must be signed in to change notification settings

evgkirov/create-django-project

Repository files navigation

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 and then I'll abandon it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published