pyfb-did

Your project description goes here


Keywords
pyfb-did
License
MIT
Install
pip install pyfb-did==0.9.0

Documentation

pyfb-did

https://travis-ci.org/mwolff44/pyfb-did.svg?branch=master

Your project description goes here

Documentation

The full documentation is at https://pyfb-did.readthedocs.io.

Quickstart

Install pyfb-did:

pip install pyfb-did

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'pyfb_did.apps.PyfbDidConfig',
    ...
)

Add pyfb-did's URL patterns:

from pyfb_did import urls as pyfb_did_urls


urlpatterns = [
    ...
    url(r'^', include(pyfb_did_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package: