The goal of this repository is to simplify the project creation process and make a common boilerplate for all new projects using Django.
Please follow the instructions to set up the Django project.
- Docker version 18 or higher
- Docker compose 1.20 or higher
-
Create a
.env
file from the.env.example
file. And adapt it according to your Django project needs.cp .env.example .env
-
Start docker-compose by running
docker-compose up -d
-
(Optional) Dump static files.
docker-compose exec app python manage.py collectstatic --no-input
-
Visit http://localhost:8080/
- Eduards Mukans - Initial work - emukans
This project is licensed under the MIT License - see the LICENSE file for details