Skip to main content

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

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 details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file django_laboratory-0.0.1.tar.gz.

File metadata

  • Download URL: django_laboratory-0.0.1.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for django_laboratory-0.0.1.tar.gz
Algorithm Hash digest
SHA256 742908ec9e9c7389f33c01e17a2e5c1e08d49cd4e126d05bb3ae8a2ffd257881
MD5 7c60cb22da1366171a00619a94a2e8bc
BLAKE2b-256 8682c5746627fbc7b3b1047431e2d719114427e02e38dc912b70e822eeef49df

See more details on using hashes here.

File details

Details for the file django_laboratory-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_laboratory-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 472708627cbabd88bdc9f49e4dcd1a643001c2a922b5a835134f54582201a9e5
MD5 ce518c3ed1b819d75025778dba69dbaf
BLAKE2b-256 ee836130f5b75e0906da83092aba16d9d7716e7b70a1d8b4285f425443f0c039

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page