Last updated:
0 purchases
plugsconfiguration 0.2.3
Your project description goes here
Documentation
The full documentation is at https://plugs-configuration.readthedocs.io.
Quickstart
Install Plugs Configuration:
pip install plugs-configuration
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_configuration.apps.PlugsConfigurationConfig',
...
)
Add Plugs Configuration’s URL patterns:
from plugs_configuration import urls as plugs_configuration_urls
urlpatterns = [
...
url(r'^', include(plugs_configuration_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.0 (2017-01-07)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.