{"id":21852734,"url":"https://github.com/thelabbingproject/django_mri","last_synced_at":"2025-09-19T19:15:45.226Z","repository":{"id":36464188,"uuid":"205411473","full_name":"TheLabbingProject/django_mri","owner":"TheLabbingProject","description":"A reusable Django app to manage MRI data.","archived":false,"fork":false,"pushed_at":"2024-03-20T15:33:51.000Z","size":24028,"stargazers_count":8,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T05:11:23.553Z","etag":null,"topics":["django-app","mri","neuroimaging","research-data-management"],"latest_commit_sha":null,"homepage":"https://django-mri.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ZviBaratz/django_mri","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheLabbingProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-30T15:42:45.000Z","updated_at":"2024-11-24T12:53:16.000Z","dependencies_parsed_at":"2022-07-29T21:18:47.979Z","dependency_job_id":null,"html_url":"https://github.com/TheLabbingProject/django_mri","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_mri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_mri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_mri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheLabbingProject%2Fdjango_mri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheLabbingProject","download_url":"https://codeload.github.com/TheLabbingProject/django_mri/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248915484,"owners_count":21182634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-app","mri","neuroimaging","research-data-management"],"created_at":"2024-11-28T01:18:22.559Z","updated_at":"2025-09-19T19:15:40.206Z","avatar_url":"https://github.com/TheLabbingProject.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://img.shields.io/pypi/v/django-mri.svg)](https://pypi.python.org/pypi/django-mri/)\n[![PyPI status](https://img.shields.io/pypi/status/django-mri.svg)](https://pypi.python.org/pypi/django-mri/)\n[![CircleCI](https://circleci.com/gh/TheLabbingProject/django_mri.svg?style=shield)](https://app.circleci.com/pipelines/github/TheLabbingProject/django-mri)\n[![Documentation Status](https://readthedocs.org/projects/django-mri/badge/?version=latest)](http://django-mri.readthedocs.io/?badge=latest)\n[![codecov.io](https://codecov.io/gh/TheLabbingProject/django_mri/coverage.svg?branch=master)](https://codecov.io/github/TheLabbingProject/mri?branch=master)\n\n# _django_mri_\n\nA django app to manage MRI data.\n\nCurrently only supports data in the [DICOM](https://www.dicomstandard.org/) format, and will soon also support [NIfTI](https://nifti.nimh.nih.gov/).\n\n\u003e This app is being built and maintained as part of the [_pylabber_](https://github.com/ZviBaratz/pylabber) project.\n\n## Quick start\n\n1. Add _django_mri_ and _django_dicom_ to your INSTALLED_APPS setting:\n\n```python\n    INSTALLED_APPS = [\n        ...\n        'django_dicom',\n        'django_mri',\n    ]\n```\n\n2. Include the dicom URLconf in your project urls.py:\n\n```python\n    path(\"api/\", include(\"django_mri.urls\", namespace=\"mri\")),\n\n    # Optional:\n    path(\"api/\", include(\"django_dicom.urls\", namespace=\"dicom\")),\n    # if you would like to also expose the django_dicom API.\n```\n\n3. Run `python manage.py migrate` to create the dicom models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/.\n\n5. Visit http://127.0.0.1:8000/mri/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelabbingproject%2Fdjango_mri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelabbingproject%2Fdjango_mri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelabbingproject%2Fdjango_mri/lists"}