django-guitar

Complementary core components for Django.


Keywords
django components django-guitar
License
MIT
Install
pip install django-guitar==0.1.5

Documentation

Django Guitar

https://travis-ci.org/ppo/django-guitar.svg?branch=master

Complementary core components for Django.

Documentation

@TODO: The full documentation is at https://django-guitar.readthedocs.io.

Quickstart

Install Django Guitar:

pip install django-guitar

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    "guitar.apps.GuitarConfig",
    ...
)

Add it to the MIDDLEWARE list, below all other middleware:

MIDDLEWARE = [
    ...
    "guitar.middlewares.GuitarMiddleware",
]

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: