Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.66 KB

File metadata and controls

53 lines (35 loc) · 1.66 KB

Yet Another Cookiecutter Django

A Django boilerplate powered by Cookiecutter

Features

Optional Integrations

These features can be enabled during initial project setup.

  • Configuration for Celery
  • Configuration for Django Rest Framework (drf)

Usage

Let's pretend you want to create a Django project called "redditclone". Rather than using startproject and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter to do all the work.

First, get Cookiecutter. Trust me, it's awesome:

$ pip install "cookiecutter>=1.7.0"

Now run it against this repo:

$ cookiecutter https://github.com/rmaceissoft/cookiecutter-django-ya

You'll be prompted for some values. Provide them, then a Django project will be created for you.