Djops is a cookiecutter for Dockerised Django-based projects.
Developed by SUNSCRAPERS with passion & patience.
To be able to run djops you have to have cookiecutter installed:
pip install cookiecutter
To start a new project, do:
cookiecutter [email protected]:sunscrapers/djops.git
and answer the questions.
This will give you a Docker-Compose project that includes:
- Postgres database;
- Redis;
- Django project;
- Celery worker;
- Celery Beat.
Read the README.md file in your new project directory to learn about how to spin your project up, test it, and build it.