mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
8 lines
93 B
Python
8 lines
93 B
Python
from django.contrib import admin
|
|
|
|
from mesas.models import Mesa
|
|
|
|
|
|
admin.site.register(Mesa)
|
|
|