/django-app-template

A template repository for creating new django app

Primary LanguagePythonMIT LicenseMIT

Documentation Status

ci Codecov

PyPi PyPi Python versions License

Template repository for django-app. After create find and replace

  • __django-app-template__ to new repository name
  • __example_app__ to new app package name

TODO

  • Add build docs to gh_pages in travis
  • Auto create release

Installation

pip install __django-app-template__

or from git

pip install -e git+https://githib.com/Apkawa/__django-app-template__.git@master#egg=__django-app-template__

Django and python version

Python
Django
3.5 3.6 3.7 3.8
1.8
1.11
2.2
3.0

Usage