mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-05-01 00:29:52 -04:00
6 lines
116 B
Python
6 lines
116 B
Python
from django.contrib import admin
|
|
|
|
from .models import *
|
|
|
|
admin.site.register(Profile)
|
|
admin.site.register(Classroom) |