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 details)
Built Distribution
File details
Details for the file plugs-core-0.2.1.tar.gz
.
File metadata
- Download URL: plugs-core-0.2.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0c40bad0f6d5d846a55fb938c1e4cd76301b42d7dd433c2079c4acd894b8f57 |
|
MD5 | eee8e5d0d9f71118a0fb47f9d604eb54 |
|
BLAKE2b-256 | 86c8dae86f745eca99a82e2b0d440c0242d26b3a6db81879e8a0df43a01476bb |
File details
Details for the file plugs_core-0.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: plugs_core-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5dd9ff8c7e2e3c1fbca98870944f0b8297e69c65c75d5ae8159643fff98ccda |
|
MD5 | 7cfac277dc3f74514ca238e975756a30 |
|
BLAKE2b-256 | 6104bb0336a9b17e52c261baa1113948ded45f484ccd4f086ecfc7a8475033e6 |