Application Kitchen for Nobinobi
Project description
Application Kitchen for Nobinobi
Documentation
The full documentation is at https://nobinobi-kitchen.readthedocs.io.
Quickstart
Install Nobinobi Kitchen:
pip install nobinobi-kitchen
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'phonenumber_field',
'crispy_forms',
'django_extensions',
'rest_framework',
'rest_framework.authtoken',
'rest_framework_datatables',
'menu',
'bootstrap_modal_forms',
'widget_tweaks',
'django_select2',
'bootstrap_datepicker_plus',
'nobinobi_core',
'nobinobi_staff',
'nobinobi_child.apps.NobinobiChildConfig',
'nobinobi_daily_follow_up.apps.NobinobiDailyFollowUpConfig',
'nobinobi_kitchen.apps.NobinobiKitchenConfig',
...
)
Add Nobinobi Kitchen’s URL patterns:
from nobinobi_core import urls as nobinobi_core_urls
from nobinobi_staff import urls as nobinobi_staff_urls
from nobinobi_child import urls as nobinobi_child_urls
from nobinobi_daily_follow_up import urls as nobinobi_daily_follow_up_urls
from nobinobi_kitchen import urls as nobinobi_kitchen_urls
urlpatterns = [
...
path('', include(nobinobi_core_urls)),
path('', include(nobinobi_staff_urls)),
path('', include(nobinobi_child_urls)),
path('', include(nobinobi_daily_follow_up_urls)),
path('', include(nobinobi_kitchen_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.1 (2024-03-12)
e92db8d - Fix error in view
416ad82 - fix for new version of django bootstrap picker
2f93d48 - Add FR translation to git
0.1.0 (2021-09-24)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nobinobi-kitchen-0.1.1.tar.gz.
File metadata
- Download URL: nobinobi-kitchen-0.1.1.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/7.0.2 pkginfo/1.10.0 requests/2.31.0 requests-toolbelt/1.0.0 tqdm/4.66.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73ca525943fcbb7a8a1b680807a52407470e2d74969f9f1239cbbc73dfa59892
|
|
| MD5 |
10f2183bd620ff18d009b4b593767e38
|
|
| BLAKE2b-256 |
5f4893bc08084c5326a3a395330869a38b985ce0323b88e1b1df7d76ae7ff5f9
|
File details
Details for the file nobinobi_kitchen-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: nobinobi_kitchen-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/7.0.2 pkginfo/1.10.0 requests/2.31.0 requests-toolbelt/1.0.0 tqdm/4.66.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
907e7bf750baddb607d8ea2110aa921e705ec4e40397dbf51b222efbaf52428f
|
|
| MD5 |
2f7bd8cbced9b677a645fa112da920da
|
|
| BLAKE2b-256 |
c39db070e5eea0a817d9c99180d71601e9cef79bda1d0a5d82393826fda4283c
|