Skip to main content

A Django application for managing collections of scientific instruments

Project description

Django Laboratory

Github Build Github Docs CodeCov GitHub GitHub last commit PyPI

A Django application for managing collections of scientific instruments

Documentation

The full documentation is at https://ssjenny90.github.io/django-laboratory/

Quickstart

Install Django Laboratory::

pip install django-laboratory

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'laboratory',
    ...
)

Add Django Laboratory's URL patterns:

urlpatterns = [
    ...
    path('', include("laboratory.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

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

django_laboratory-0.0.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

django_laboratory-0.0.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded 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