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
- Host: GitHub
- URL: https://github.com/apkawa/django-app-template
- Owner: Apkawa
- License: mit
- Created: 2019-12-16T11:11:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T13:43:11.000Z (over 4 years ago)
- Last Synced: 2025-10-07T05:54:37.657Z (10 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://__django-app-template__.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/Apkawa/__django-app-template__/actions/workflows/ci.yml)
[](https://codecov.io/gh/Apkawa/__django-app-template__)
[](https://pypi.python.org/pypi/__django-app-template__)
[](https://pypi.python.org/pypi/__django-app-template__)
[](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