mirror of
https://github.com/tvastri-studio/iaso.git
synced 2025-04-09 22:40:16 -04:00
5 lines
119 B
Python
5 lines
119 B
Python
from django.contrib import admin
|
|
from . import models
|
|
|
|
# Register your models here.
|
|
admin.site.register(models.Patient) |