generator-politico-django-package

Yeoman generator for building POLITICO-flavored Django packages.

Usage no npm install needed!

<script type="module">
  import generatorPoliticoDjangoPackage from 'https://cdn.skypack.dev/generator-politico-django-package';
</script>

README

POLITICO

generator-politico-django-package npm

Quickstart

Install the package and dependencies.

$ npm install -g gulp-cli yo generator-politico-django-package

Use it in a new directory.

$ mkdir new-project
$ cd new-project
$ yo politico-django-package

To start developing, use the shortcut make command:

$ make dev

More information will be in the project's README file.

Features

POLITICO pluggable Django apps come with:

  • a node-based static files build system
  • utilities for publishing to AWS S3
  • a settings conf for pluggable apps
  • pre-made structure for Django Rest Framework and Celery
  • a built-in, preconfigured example project
  • manages development environment with pipenv