/django-pacemaker

A starter template for modern development techniques with Django

Primary LanguagePythonMIT LicenseMIT

django-pacemaker

A starter template for modern development techniques with Django

Pre-alpha version, nothing to see yet!

Installation

pip install django-pacemaker

How to release a new version on PyPI for pip install

First bump version number in setup.py, then:

python setup.py sdist bdist_wheel
twine upload dist/*