Skip to main content

Application Daily follow-up for nobinobi

Project description

https://badge.fury.io/py/nobinobi-daily-follow-up.svg https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up.svg?branch=master https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up/branch/master/graph/badge.svg Updates Python 3

Module Daily follow-up for nobinobi

Documentation

The full documentation is at https://nobinobi-daily-follow-up.readthedocs.io.

Quickstart

Install Nobinobi Daily Follow-Up:

pip install nobinobi-daily-follow-up

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',
    ...
)

Add Nobinobi Daily Follow-Up’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


urlpatterns = [
    ...
    path('', include(nobinobi_core_urls)),
    path('', include(nobinobi_staff_urls)),
    path('', include(nobinobi_child_urls)),
    path('', include(nobinobi_daily_follow_up_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.6 (2021-03-02)

  • 1a56f50 - Fix an error in count of child missing when present

0.1.1.5 (2021-03-02)

  • 890a8ae - Fix an error when a child is absent but is present

  • Update requirements

0.1.1.4 (2021-03-01)

  • c63f420 - Fix missing child in presence day

0.1.1.3 (2021-02-25)

  • 31da966 - Fix multiplication on QS for classroom

0.1.1.2 (2021-02-24)

  • 194da4f - Added support for allowed_group_login in classroom in page presence

  • Update requirements

0.1.1.1 (2021-01-22)

  • Fix bug with new Status in Staff

  • Update requirements

  • Add check for menu public

0.1.1 (2020-10-12)

  • Fix traduction in FR

  • Update requirements

  • Add Holiday and Organisation Closure in Presence Week

0.1.0 (2020-09-16)

  • 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-daily-follow-up-0.1.1.6.tar.gz (742.3 kB view hashes)

Uploaded Source

Built Distribution

nobinobi_daily_follow_up-0.1.1.6-py2.py3-none-any.whl (849.8 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