A re-usable Django app to quickly deploy a page for the ACME challenge
Project description
A re-usable Django app to quickly deploy a page for the ACME challenge
Documentation
The full documentation is at https://django-acme.readthedocs.io.
Quickstart
Install Django ACME:
pip install django-acme
Then use it in a project:
import acme_challenge
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements_test.txt (myenv) $ python runtests.py
Credits
Tools used in rendering this package:
History
0.1.0 (2016-11-16)
First release on PyPI.