A Django application for managing collections of scientific instruments
Project description
Django Laboratory
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 742908ec9e9c7389f33c01e17a2e5c1e08d49cd4e126d05bb3ae8a2ffd257881 |
|
MD5 | 7c60cb22da1366171a00619a94a2e8bc |
|
BLAKE2b-256 | 8682c5746627fbc7b3b1047431e2d719114427e02e38dc912b70e822eeef49df |
File details
Details for the file django_laboratory-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: django_laboratory-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 472708627cbabd88bdc9f49e4dcd1a643001c2a922b5a835134f54582201a9e5 |
|
MD5 | ce518c3ed1b819d75025778dba69dbaf |
|
BLAKE2b-256 | ee836130f5b75e0906da83092aba16d9d7716e7b70a1d8b4285f425443f0c039 |