mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-17 01:50:18 -04:00
7 lines
117 B
Python
7 lines
117 B
Python
from django.contrib import admin
|
|
|
|
from .models import *
|
|
|
|
admin.site.register(Profile)
|
|
admin.site.register(Classroom)
|