Add com app with first parametric texts

This commit is contained in:
Skia
2016-12-21 02:38:21 +01:00
parent 13785fd520
commit 168622a04d
17 changed files with 351 additions and 125 deletions

8
com/admin.py Normal file
View File

@ -0,0 +1,8 @@
from django.contrib import admin
from com.models import *
admin.site.register(Sith)