项目作者: Thermondo

项目描述 :
Cookiecutter template for Django packages
高级语言: Python
项目地址: git://github.com/Thermondo/django-package-template.git
创建时间: 2018-09-24T15:27:36Z
项目社区:https://github.com/Thermondo/django-package-template

开源协议:Apache License 2.0

下载


Django Package Template

Cookiecutter template for Django packages

Usage

Installation

  1. Install Cookiecutter

    1. pip install -U cookiecutter
  2. Install Hub the GitHub CLI tool.

  3. To create a public package you will need to install the
    Travis Client.

Creating the package

In the terminal, navigate to where you want to create your repository and
call:

  1. cookiecutter gh:Thermondo/django-package-template

You will be prompted, simply follow the given instructions.

The repository will be created for you automatically and the initial
boilerplate code will be committed and pushed.

For more information on how to use Cookiecutter, please visit their
documentation: https://cookiecutter.readthedocs.io/

Setting up the repository

  1. Go to the repository settings and disable Wikis, Projects and merge commits.

  2. Go to the repository contributor settings. In the team section add Developers
    with write access.