Metadata-Version: 1.1
Name: nobinobi-daily-follow-up
Version: 0.1.2
Summary: Application Daily follow-up for nobinobi
Home-page: https://github.com/prolibre-ch/nobinobi-daily-follow-up
Author: Florian Alu
Author-email: alu@prolibre.com
License: UNKNOWN
Description: =============================
        Nobinobi Daily Follow-Up
        =============================
        
        .. image:: https://badge.fury.io/py/nobinobi-daily-follow-up.svg
            :target: https://badge.fury.io/py/nobinobi-daily-follow-up
        
        .. image:: https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up.svg?branch=master
            :target: https://travis-ci.org/prolibre-ch/nobinobi-daily-follow-up
        
        .. image:: https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/prolibre-ch/nobinobi-daily-follow-up
        
        .. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/shield.svg
             :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/
             :alt: Updates
        
        .. image:: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/python-3-shield.svg
             :target: https://pyup.io/repos/github/prolibre-ch/nobinobi-daily-follow-up/
             :alt: 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`:
        
        .. code-block:: python
        
            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:
        
        .. code-block:: python
        
        
            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:
        
        *  Cookiecutter_
        *  `cookiecutter-djangopackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.2 (2022-01-28)
        +++++++++++++++++++++++++
        
        * a1255a6 - Feature: replacement classroom
        * update requirements
        
        0.1.1.18 (2022-01-13)
        +++++++++++++++++++++++++
        
        * 3ce1488 - fix bug to display alert medic in base
        
        0.1.1.17 (2022-01-13)
        +++++++++++++++++++++++++
        
        * e00fad8 - Fix if no medic no display in template
        * Update requirements
        
        0.1.1.16 (2021-12-24)
        +++++++++++++++++++++++++
        
        * 4188658 - update nobinobi module
        * 0810718 - fix error ith new boostrap datimepicker
        
        0.1.1.15 (2021-09-30)
        +++++++++++++++++++++++++
        
        * ecb9b1c - Fix bug in page summary with modal and datatable
        
        0.1.1.14 (2021-09-30)
        +++++++++++++++++++++++++
        
        * bba7486 - Fix import script in presence day
        * 40be2ac - Update tox from 3.24.0 to 3.24.4
        * 72a0b0b - Update django-debug-toolbar from 3.2.1 to 3.2.2
        * 9800628 - Update wheel from 0.36.2 to 0.37.0
        * f361c97 - Update twine from 3.4.1 to 3.4.2
        * 4bd42f6 - Update nobinobi-core from 0.1.4.2 to 0.1.4.6
        * 62f6192 - Pin argon2_cffi to latest version 21.1.0
        * fdf18e6 - Pin cffi to latest version 1.14.6
        * 96c8ad7 - Update weasyprint from 52.5 to 53.3
        * f28b7ce - Update django from 3.2.5 to 3.2.7
        * 7800b40 - Update django-weasyprint from 1.1.0 to 1.1.0.post1
        * 602ab62 - Update django-select2 from 7.7.1 to 7.7.2
        * d22ceda - Update django-crispy-forms from 1.12.0 to 1.13.0
        * 1a849d0 - Update django-appconf from 1.0.4 to 1.0.5
        
        0.1.1.13 (2021-07-22)
        +++++++++++++++++++++++++
        
        * 9c4fb3e - Fix for new django
        * 347e179 - Fix bug with kindergarten view presence week
        * 73896a7 - Update tox from 3.23.1 to 3.24.0
        * 77a0cc8 - Update invoke from 1.5.0 to 1.6.0
        * 46cc5f9 - Update psycopg2-binary from 2.8.6 to 2.9.1
        * 0e51f63 - Update django from 3.2.4 to 3.2.5
        * 3d1652e - Update arrow from 1.1.0 to 1.1.1
        
        0.1.1.12 (2021-06-18)
        +++++++++++++++++++++++++
        
        * 3471001 - Fix table responsive in Presence Week
        * Update requirements for security
        
        0.1.1.11 (2021-05-28)
        +++++++++++++++++++++++++
        
        * 0b49550 - fix test app notification
        * 68bb412 - Fix bug when create presence for troubleshooting
        * Update requirements for security
        
        0.1.1.10 (2021-04-15)
        +++++++++++++++++++++++++
        
        * 467531d - Fix error 63 in admin presence view
        
        0.1.1.9 (2021-04-13)
        +++++++++++++++++++++++++
        
        * Update requirements for security
        
        0.1.1.8 (2021-04-01)
        +++++++++++++++++++++++++
        
        * f564676 - Update traduction FR
        * e667ba8 - Warn if organisation is not set in classroom in presence week for closures
        * 1c499f6 - Move messages display in presence week
        
        0.1.1.7 (2021-03-31)
        +++++++++++++++++++++++++
        
        * 6637d56 - Add holiday and closure to week presence
        * Update Requirements
        
        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.
        
Keywords: nobinobi-daily-follow-up
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django :: 3.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
