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