diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -26,7 +26,7 @@ port = 8001 [app:main] use = egg:pylons_app full_stack = true -static_files = false +static_files = true lang=en cache_dir = %(here)s/data repos_name = etelko @@ -90,5 +90,5 @@ formatter = generic [formatter_generic] format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s -datefmt = %H:%M:%S +datefmt = %Y-%m-%d %H:%M:%S