includes indieauth and a micropub endpoint
The full documentation is at https://django-indieweb.readthedocs.org.
Install django-indieweb:
pip install django-indieweb
Then use it in a project:
import indieweb
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install flit (myenv) $ flit install -s (myenv) $ pytest
Show coverage:
$ coverage run -m pytest tests && coverage html && open htmlcov/index.html