Skip to content

bwuerkner/django-indieweb

 
 

Repository files navigation

django-indieweb

https://badge.fury.io/py/django-indieweb.png https://travis-ci.org/ephes/django-indieweb.png?branch=master

includes indieauth and a micropub endpoint

Documentation

The full documentation is at https://django-indieweb.readthedocs.org.

Quickstart

Install django-indieweb:

pip install django-indieweb

Then use it in a project:

import indieweb

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.9%
  • Makefile 5.0%
  • HTML 2.1%