A reusable Django app to manage MRI data.
Project description
django_mri
A django app to manage MRI data.
Currently only supports data in the DICOM format, and will soon also support NIfTI.
This app is being built and maintained as part of the pylabber project.
Quick start
- Add django_mri and django_dicom to your INSTALLED_APPS setting:
INSTALLED_APPS = [
...
'django_dicom',
'django_mri',
]
- Include the dicom URLconf in your project urls.py:
path("api/", include("django_mri.urls", namespace="mri")),
# Optional:
path("api/", include("django_dicom.urls", namespace="dicom")),
# if you would like to also expose the django_dicom API.
-
Run
python manage.py migrate
to create the dicom models. -
Start the development server and visit http://127.0.0.1:8000/admin/.
-
Visit http://127.0.0.1:8000/mri/.
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_mri-0.0.4.tar.gz
(31.9 kB
view details)
Built Distribution
File details
Details for the file django_mri-0.0.4.tar.gz
.
File metadata
- Download URL: django_mri-0.0.4.tar.gz
- Upload date:
- Size: 31.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3db915cb7e497300ec6f2dc6a1c4c9b0f2bb05d3b32ac3f2039d0c71e31f211 |
|
MD5 | 3c031e336b827208a84fed0cd47a9fc5 |
|
BLAKE2b-256 | 58f44c045dcce4cde5236bb73d7140310ce8896db949d7acee864b6a2c851a84 |
File details
Details for the file django_mri-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: django_mri-0.0.4-py3-none-any.whl
- Upload date:
- Size: 43.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b6576814f791f854af555fc29ed5b79f2af3822584cd9108f1923ac3bac3ef |
|
MD5 | 5a24b84f5768b77821ecd48ffafd1f69 |
|
BLAKE2b-256 | 6cab6c01cfded251a4dbf86b2790ce2443d71d70846864b75f43700fc1967a60 |