From e7ad17229dd7d5f9e80a6fe32799c927d4546973 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Mon, 13 Aug 2012 23:02:20 +0200 Subject: updated sample config --- settings.py.sample | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/settings.py.sample b/settings.py.sample index 6c91281..0d54a70 100644 --- a/settings.py.sample +++ b/settings.py.sample @@ -1,3 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + SECRET_KEY = 'secret_key_to_fill_in' MAX_CONTENT_LENGTH = 10 * 1024 * 1024 DEBUG = False + +FORM_START_YEAR = 1999 +ALLOWED_EXTENSIONS = ['txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif', 'zip', 'gs', 'gz' ] + +MODULES = { + 'informatik' : [ + ('alp1', u'ALP1 - Funktionale Programmierung'), + ] +} -- cgit v1.2.3-1-g7c22