Skip to content

rmaceissoft/cookiecutter-django-ya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Yet Another Cookiecutter Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published