Last updated:
0 purchases
plugsfilter 0.3.1
Your project description goes here
Documentation
The full documentation is at https://plugs-filter.readthedocs.io.
Quickstart
Install Plugs Filter:
pip install plugs-filter
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_filter.apps.PlugsFilterConfig',
...
)
Add Plugs Filter’s URL patterns:
from plugs_filter import urls as plugs_filter_urls
urlpatterns = [
...
url(r'^', include(plugs_filter_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:
Cookiecutter
cookiecutter-djangopackage
History
0.1.1 (2017-01-18)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.