Core Application for nobinobi
Project description
Core Application for nobinobi
Documentation
The full documentation is at https://nobinobi-core.readthedocs.io.
Quickstart
Install Nobinobi Core:
pip install nobinobi-core
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'nobinobi_core.apps.NobinobiCoreConfig',
...
)
Add Nobinobi Core’s URL patterns:
from nobinobi_core import urls as nobinobi_core_urls
urlpatterns = [
...
url(r'^', include(nobinobi_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.0 (2018-10-17)
First release on PyPI.
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
nobinobi-core-0.1.0.tar.gz
(111.4 kB
view details)
Built Distribution
File details
Details for the file nobinobi-core-0.1.0.tar.gz
.
File metadata
- Download URL: nobinobi-core-0.1.0.tar.gz
- Upload date:
- Size: 111.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 376ee78f96bda59e3f538287f8a797bae6945d91243e33816ed89647fe897103 |
|
MD5 | 7f949ebd4216e40f0de67c3106e44eb9 |
|
BLAKE2b-256 | 4e80e72afe25dd2b3c3ad3e41b6186b63da3753af9b4fd992744bbaf88735438 |
Provenance
File details
Details for the file nobinobi_core-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: nobinobi_core-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 134.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b551c1048f21f729a919f088bf2956d04372ab14597f6163017145cbfebd1f83 |
|
MD5 | b84bfc743af807230ea3e3e288b36327 |
|
BLAKE2b-256 | b662af4ed963c7c26e1cb2411def0c3b903cf851b1f0b8d3235adf0606933bcc |