mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-20 13:13:23 +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)
|
||
|
|
||
|
|
||
|
|