summaryrefslogtreecommitdiff
path: root/day7/config.py
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2019-05-24 16:29:03 +0400
committerAndrew <saintruler@gmail.com>2019-05-24 16:29:03 +0400
commit0f0e815ad1b775ff93699b695f290c562c57962f (patch)
tree2d41e2d3b3ede86b6fb18a176b201920d6681dfa /day7/config.py
parent402d0d2b9ebd76b8e99eddceeb85c4a66030b51b (diff)
Модули для обработки http-запросов, базовый обработчик url-путей. Обертка для работы с shelve базами данных, html-шаблонизатор.
Diffstat (limited to 'day7/config.py')
-rw-r--r--day7/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/day7/config.py b/day7/config.py
new file mode 100644
index 0000000..b5d596a
--- /dev/null
+++ b/day7/config.py
@@ -0,0 +1,2 @@
+CHUNK = 1024
+TEXT_TEMPLATE_NAME = 'index'