plugs-filter 0.3.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.