summaryrefslogtreecommitdiffstats
path: root/settings.py.sample
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.sample')
-rw-r--r--settings.py.sample16
1 files changed, 0 insertions, 16 deletions
diff --git a/settings.py.sample b/settings.py.sample
deleted file mode 100644
index 7d1f208..0000000
--- a/settings.py.sample
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-
-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' ]
-
-STUDIES = {
- 'informatik' : [
- ('alp1', u'ALP1 - Funktionale Programmierung'),
- ]
-}