mirror of
https://github.com/ae-utbm/sith.git
synced 2025-01-10 00:51:19 +00:00
9 lines
89 B
Python
9 lines
89 B
Python
|
from django.contrib import admin
|
||
|
|
||
|
from com.models import *
|
||
|
|
||
|
admin.site.register(Sith)
|
||
|
|
||
|
|
||
|
|