Add cash register summary view

This commit is contained in:
Skia
2016-09-13 02:04:49 +02:00
parent b0ce448ec7
commit 6cf253365b
8 changed files with 171 additions and 48 deletions

View File

@ -122,7 +122,7 @@ TEMPLATES = [
"enabled": False,
},
"autoescape": True,
"auto_reload": DEBUG,
"auto_reload": True,
"translation_engine": "django.utils.translation",
}
},