cookiecutter

How to create a Django Application using Cookiecutter

The Django Cookiecutter created by Pydanny allow us to create a Django application with a great structure and best practices ...

Dockerizing Django Apps

Docker is an open platform for building, shipping and running distributed applications. In this case, Django Apps.   It gives ...