An open API service indexing awesome lists of open source software.

https://github.com/apkawa/django-app-template

A template repository for creating new django app
https://github.com/apkawa/django-app-template

Last synced: 9 days ago
JSON representation

A template repository for creating new django app

Awesome Lists containing this project

README

          

[![Documentation Status](https://readthedocs.org/projects/__django-app-template__/badge/?version=latest)](https://__django-app-template__.readthedocs.io/en/latest/?badge=latest)

[![ci](https://github.com/Apkawa/__django-app-template__/actions/workflows/ci.yml/badge.svg)](https://github.com/Apkawa/__django-app-template__/actions/workflows/ci.yml)
[![Codecov](https://codecov.io/gh/Apkawa/__django-app-template__/branch/master/graph/badge.svg)](https://codecov.io/gh/Apkawa/__django-app-template__)

[![PyPi](https://img.shields.io/pypi/v/__django-app-template__.svg)](https://pypi.python.org/pypi/__django-app-template__)
[![PyPi Python versions](https://img.shields.io/pypi/pyversions/__django-app-template__.svg)](https://pypi.python.org/pypi/__django-app-template__)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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

```bash
pip install __django-app-template__
```

or from git

```bash
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