mirror of
https://github.com/Rushilwiz/house-party.git
synced 2025-04-27 23:09:51 -04:00
5 lines
116 B
Python
5 lines
116 B
Python
from django.contrib import admin
|
|
from . import models
|
|
|
|
# Register your models here.
|
|
admin.site.register(models.Room) |