Core for application Nobinobi
Project description
Core for application 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 = [
...
path('', include(nobinobi_core_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.4.3 (2021-09-14)
Update requirements
dfcaaa6 - add mixins to block user not connected and update context for compatibility
0.1.4.2 (2021-07-20)
Update requirements
518f8e3 - Fix for new django version
93cba01 - Add tracker to Holiday and OrganisationClosure
0.1.4.1 (2021-06-07)
Update requirements
Update django for security fix
0.1.4 (2021-04-12)
Update requirements
0.1.3 (2020-10-12)
Fix bug in migrate
Add traduction FR in package
0.1.2 (2020-10-07)
Fix test for use
0.1.1 (2020-10-06)
Add organisation & Organisation closure
Restruct package for better comprehension
Add tests
0.1.0 (2020-10-06)
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
Built Distribution
File details
Details for the file nobinobi-core-0.1.4.3.tar.gz
.
File metadata
- Download URL: nobinobi-core-0.1.4.3.tar.gz
- Upload date:
- Size: 115.5 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 | 9e0c68dac692adf1d50ce686e5d0febe4bc077573380c286e4bf9309f49ab4e7 |
|
MD5 | fdf48fe0f8899e8d26c638a63c4ddfed |
|
BLAKE2b-256 | 894dda10fe94becf367e7d415144feb1e78070caeea9f0a8cb1676a678e52a29 |
Provenance
File details
Details for the file nobinobi_core-0.1.4.3-py2.py3-none-any.whl
.
File metadata
- Download URL: nobinobi_core-0.1.4.3-py2.py3-none-any.whl
- Upload date:
- Size: 138.7 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 | 58691d482de3dd18160b0cc24db31ceb190c45a7f6b4e5beebb8d9f28a0b87c8 |
|
MD5 | 8bd6864c6cb55cfc3fcbda683fe4a82a |
|
BLAKE2b-256 | 51e564f5587ef33bcc8e36f81efd707195afbf421157454f9c4f7bb6913b29de |