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