/substanced-cookiecutter

Cookiecutter template for SubstanceD

Primary LanguagePython

substanced-cookiecutter

A cookiecutter (project template) for creating a Substance D starter project.

Requirements

Usage

  1. Generate a Substance D project.
$ cookiecutter https://github.com/Pylons/substanced-cookiecutter
  1. Change directory to the project name given in the last cookiecutter question.
$ cd my_project_name
  1. Run your project.
$ bin/pserve development.ini

For Python 3, a virtual environment is automatically created and set up in development mode.