Skip to main content

Application Kitchen for Nobinobi

Project description

https://badge.fury.io/py/nobinobi-kitchen.svg https://travis-ci.com/prolibre-ch/nobinobi-kitchen.svg?branch=master https://codecov.io/gh/prolibre-ch/nobinobi-kitchen/branch/master/graph/badge.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nobinobi-kitchen-0.1.1.tar.gz (30.4 kB view hashes)

Uploaded Source

Built Distribution

nobinobi_kitchen-0.1.1-py2.py3-none-any.whl (36.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page