Skip to main content

Application staff for nobinobi

Project description

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

Application staff for nobinobi

Documentation

The full documentation is at https://nobinobi-staff.readthedocs.io.

Quickstart

Install Nobinobi Staff:

pip install nobinobi-staff

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'nobinobi_staff.apps.NobinobiStaffConfig',
    ...
)

Add Nobinobi Staff’s URL patterns:

from nobinobi_staff import urls as nobinobi_staff_urls


urlpatterns = [
    ...
    path('', include(nobinobi_staff_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.5 (2021-03-12)

  • Add an export function for Absence

  • Update requirements.

  • Update traduction FR.

0.1.4 (2020-10-29)

  • Add fields [“picture”, “nationality”, “civil_status”, “status”, “status_modified”, “created”, “modified”].

  • Rename field “avs” to “social_security_number”.

  • Rename field “active” to “active_status”.

  • Add method to archive staff when select in admin staff list.

  • Update search_field, list_display, list_filter fields.

  • Remove load absence_type auto, now you have to load data.

  • Update traduction FR.

0.1.3.1 (2020-09-08)

  • Update for staff

0.1.3 (2020-08-28)

  • Update

0.1.0 (2020-08-20)

  • 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-staff-0.1.5.tar.gz (35.7 kB view hashes)

Uploaded Source

Built Distribution

nobinobi_staff-0.1.5-py2.py3-none-any.whl (54.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