mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-16 19:23:27 +00:00
10 lines
115 B
Python
10 lines
115 B
Python
from django.contrib import admin
|
|
|
|
from com.models import *
|
|
|
|
admin.site.register(Sith)
|
|
admin.site.register(News)
|
|
|
|
|
|
|