Reusable Core APP
Project description
Your project description goes here
Documentation
The full documentation is at https://plugs-core.readthedocs.io.
Quickstart
Install Plugs Core:
pip install plugs-core
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'plugs_core.apps.PlugsCoreConfig',
...
)
Add Plugs Core’s URL patterns:
from plugs_core import urls as plugs_core_urls
urlpatterns = [
...
url(r'^', include(plugs_core_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:
History
0.1.1 (2016-12-19)
0.1.2 (2016-12-20)
0.1.3 (2016-12-20)
0.1.4 (2016-12-21)
0.1.5 (2016-12-22)
0.1.6 (2016-12-28)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plugs-core-0.2.1.tar.gz
(11.6 kB
view hashes)
Built Distribution
Close
Hashes for plugs_core-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5dd9ff8c7e2e3c1fbca98870944f0b8297e69c65c75d5ae8159643fff98ccda |
|
MD5 | 7cfac277dc3f74514ca238e975756a30 |
|
BLAKE2b-256 | 6104bb0336a9b17e52c261baa1113948ded45f484ccd4f086ecfc7a8475033e6 |