plugs-store 0.3.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

plugsstore 0.3.0

Reusable REST Store

Documentation
The full documentation is at https://plugs-store.readthedocs.io.


Quickstart
Install plugs store:
pip install plugs-store
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_store.apps.PlugsStoreConfig',
...
)
Add plugs store’s URL patterns:
from plugs_store import urls as plugs_store_urls


urlpatterns = [
...
url(r'^', include(plugs_store_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 (2018-03-23)

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.