Skip to content

lowdeyou/django-docker-cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django + Docker Cookiecutter

A little Cookiecutter to kickstart a simple Django project, inclusive of local development setup with Docker Compose.

Local Development with Docker Compose

Requirements

Ensure you have the following installed:

Docker Compose should be included with current versions of Docker Desktop.

Quickstart

$ docker compose up

Running Commands

$ docker compose run --rm django python manage.py shell
$ docker compose run --rm django python manage.py createsuperuser
$ docker compose run --rm django python manage.py startapp example

About

Django + Docker Cookiecutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published