summaryrefslogtreecommitdiffstats
path: root/settings.py.sample
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2014-02-10 13:01:24 +0100
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2014-02-10 13:01:24 +0100
commiteb8b08061262da2ab8bbdc01bec86b03a17747eb (patch)
tree80cfce4cbdfe9fdf45209d43708a04a991aeb66f /settings.py.sample
parent2c8a7e6970ba2a8bf07a0e38ad1b7811bbadbb25 (diff)
downloadklausuren-eb8b08061262da2ab8bbdc01bec86b03a17747eb.tar.gz
klausuren-eb8b08061262da2ab8bbdc01bec86b03a17747eb.tar.bz2
klausuren-eb8b08061262da2ab8bbdc01bec86b03a17747eb.zip
Updated to pygit v0.20.2
Diffstat (limited to 'settings.py.sample')
-rw-r--r--settings.py.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py.sample b/settings.py.sample
index 212c524..7d1f208 100644
--- a/settings.py.sample
+++ b/settings.py.sample
@@ -4,6 +4,7 @@
SECRET_KEY = 'secret_key_to_fill_in'
MAX_CONTENT_LENGTH = 10 * 1024 * 1024
DEBUG = False
+LOG_FILE_PATH = 'app.log'
FORM_START_YEAR = 2000
ALLOWED_EXTENSIONS = ['txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif', 'zip', 'gs', 'gz' ]