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.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.2.tar.gz (31.4 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: nobinobi-observation-0.1.2.tar.gz
  • Upload date:
  • Size: 31.4 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.2.tar.gz
Algorithm Hash digest
SHA256 05d6b02a977ef0856c3299d28e82d92ab7b9c1348a25c7a784ce04f68fd4091a
MD5 c1084eb83e8617acb12a9e3c2e3316f2
BLAKE2b-256 46cd39f9c7703aa28ad94356b324a6b81c4870205a94dfaba8b392bc036365c5

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