Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 587 Bytes

A (very) simple Django cookiecutter

Dependencies

Requires: cookiecutter

  1. Includes (CDNs): Bootstrap, jQuery
  2. No Django apps installed by default
  3. Very basic Bootstrap based template
  4. Pipfile for pipenv support

Indluded but can be deleted/ignored:

  • .pylintrc file for basic Python linting (requires: pylint and pylint-django)
  • .eslintrc file for JS linting (requires eslint and babel-eslint)

Usage

run cookiecutter path/to/this/repository from where you want to place your root project folder