mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Add com app with first parametric texts
This commit is contained in:
8
com/admin.py
Normal file
8
com/admin.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from com.models import *
|
||||
|
||||
admin.site.register(Sith)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user