Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 959 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 959 Bytes

Django Cookiecutter

Build Status

Powered by Cookiecutter, Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly

Features

Usage

First, get Cookiecutter and Pipenv:

$ pip install cookiecutter pipenv

Now run it against this repo:

$ cookiecutter https://github.com/la1t/django-cookiecutter

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

Happy hacking!!!