Skip to main content

Application Observation for Nobinobi

Project description

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

Application Observation for Nobinobi

Documentation

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

Quickstart

Install Nobinobi Observation:

pip install nobinobi-observation

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

Add Nobinobi Observation’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_observation import urls as nobinobi_observation_urls

urlpatterns = [
    ...
    path('', include(nobinobi_core_urls)),
    path('', include(nobinobi_staff_urls)),
    path('', include(nobinobi_child_urls)),
    path('', include(nobinobi_observation_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.4 (2023-05-25)

  • 6b7fd8a - Fix error when no staff filled in observation detail display

0.1.3 (2021-12-14)

  • 9f6c9d0 - fix error with new version of bootstrap datetimepicker

0.1.2 (2021-09-24)

  • 261c8bc - Fix manifest for missing files

  • 5ab12dd - Add French Translation

  • ab02f90 - Fix classifier setup.py

0.1.1 (2021-09-24)

  • 7b55ecd - Fix bumpversion

  • 06a7a3e - Update Copyright

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-observation-0.1.4.tar.gz (31.8 kB view details)

Uploaded Source

Built Distribution

nobinobi_observation-0.1.4-py2.py3-none-any.whl (40.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nobinobi-observation-0.1.4.tar.gz.

File metadata

  • Download URL: nobinobi-observation-0.1.4.tar.gz
  • Upload date:
  • Size: 31.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for nobinobi-observation-0.1.4.tar.gz
Algorithm Hash digest
SHA256 8b37bf06ebd018fc10962b0d7cee83c096229aece8fd9083aa68921299c323c8
MD5 291a581058139fc659914928bfa4b550
BLAKE2b-256 97b051968f82cd00e2a844524afeae8ce34032fdffbd063c55073a97bb1ed590

See more details on using hashes here.

Provenance

File details

Details for the file nobinobi_observation-0.1.4-py2.py3-none-any.whl.

File metadata

  • Download URL: nobinobi_observation-0.1.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 40.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5

File hashes

Hashes for nobinobi_observation-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6895995054b343547e1df0d80fe7ba489023a38eb5eba0f41b7c2bd419ffae9c
MD5 68e563ccc642b21e812171988844d9b6
BLAKE2b-256 2a5dc366e22f18e290bed21755b6772d9192d4b4e8aed376b9f60ff57e032e44

See more details on using hashes here.

Provenance

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