mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Add com app with first parametric texts
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user