Skip to main content

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

  1. Add django_mri and django_dicom to your INSTALLED_APPS setting:
    INSTALLED_APPS = [
        ...
        'django_dicom',
        'django_mri',
    ]
  1. 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.
  1. Run python manage.py migrate to create the dicom models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/.

  3. 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)

Uploaded Source

Built Distribution

django_mri-0.0.4-py3-none-any.whl (43.9 kB view details)

Uploaded Python 3

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

Hashes for django_mri-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c3db915cb7e497300ec6f2dc6a1c4c9b0f2bb05d3b32ac3f2039d0c71e31f211
MD5 3c031e336b827208a84fed0cd47a9fc5
BLAKE2b-256 58f44c045dcce4cde5236bb73d7140310ce8896db949d7acee864b6a2c851a84

See more details on using hashes here.

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

Hashes for django_mri-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 74b6576814f791f854af555fc29ed5b79f2af3822584cd9108f1923ac3bac3ef
MD5 5a24b84f5768b77821ecd48ffafd1f69
BLAKE2b-256 6cab6c01cfded251a4dbf86b2790ce2443d71d70846864b75f43700fc1967a60

See more details on using hashes here.

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