Django API boilerplate
Docker Compose
local setup with minimal docker
-imageCelery
with Flower
configuration includedmake
-commands to manage the projectGitlab CI
pipeline by defaultpy.test
and django-dynamic-fixture
JWT
-auth by defaultdjango-debug-toolbar
and django-silk
configuredFirst of all, you need to install cookiecutter
python package. And then
just run it pointed to the repository:
$ pip install cookiecutter
$ cookiecutter gh:abogoyavlensky/cookiecutter-django-api
Now, your project has been configured and ready for further development:
$ cd <project_name>
$ make help
$ make build
$ make detach
$ make manage createsuperuser
django-configurations