/cookie_django

Cookiecutter template for Django projects, with setups for Gitlab CI/CD. Mirroring from Gitlab project.

Primary LanguagePython

Cookie Django

This is a cookiecutter template to easily generate Django projects in a single line

Requirements:

Cookiecutter:

pip3 install cookiecutter

Usage

cookiecutter git@gitlab.com:pablo-moreno/cookie_django.git

It will output you some questions with default values that you will need to setup.

And that's all, folks !