https://github.com/johnfraney/cookiecutter-django-package-markdown
Django package template using Markdown and MkDocs
https://github.com/johnfraney/cookiecutter-django-package-markdown
cookiecutter cookiecutter-django django
Last synced: about 1 month ago
JSON representation
Django package template using Markdown and MkDocs
- Host: GitHub
- URL: https://github.com/johnfraney/cookiecutter-django-package-markdown
- Owner: johnfraney
- License: mit
- Created: 2018-09-04T03:21:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T04:11:28.000Z (over 7 years ago)
- Last Synced: 2025-02-13T13:19:23.479Z (over 1 year ago)
- Topics: cookiecutter, cookiecutter-django, django
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter Django Package Markdown
This is based on pydanny's excellent [cookiecutter-djangopackage](https://github.com/pydanny/cookiecutter-djangopackage) with Markdown and MkDocs for documentation.
I've also made a few other changes here and there, including:
- Use `twine` instead of `setup.py sdist upload` for releases
- Update Travis CI config to newer syntax
## Features
- Release publishing to PyPI using [twine](https://packaging.python.org/tutorials/packaging-projects/) with [TestPyPI](https://packaging.python.org/guides/using-testpypi/) support
- Documentation site generated using [MkDocs](https://www.mkdocs.org/) with the [Material for MKDocs](https://squidfunk.github.io/mkdocs-material/) theme.
- [Travis CI](https://travis-ci.org/) integration
- [EditorConfig](https://editorconfig.org/) support
- GitHub [issue template](https://help.github.com/articles/about-issue-and-pull-request-templates/)
- Fancy badges:
- PyPI version
- Python versions
- Django versions
- License
- Travis CI build status