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

View File

@ -57,6 +57,7 @@ INSTALLED_APPS = (
'api',
'rootplace',
'sas',
'com',
)
MIDDLEWARE_CLASSES = (
@ -117,6 +118,7 @@ TEMPLATES = [
"Counter": "counter.models.Counter",
"ProductType": "counter.models.ProductType",
"timezone": "django.utils.timezone",
"get_sith": "com.views.sith",
},
"bytecode_cache": {
"name": "default",