Django Guitar
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: