From 7c8dc46b45ac5ebb0b26eec262c5ef507f2dd8b5 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Mon, 25 Feb 2019 21:47:32 +0100 Subject: [PATCH] Extended settings-file with debug options. --- Calendar/settings.py.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Calendar/settings.py.sample b/Calendar/settings.py.sample index 54940b2..8d043cb 100644 --- a/Calendar/settings.py.sample +++ b/Calendar/settings.py.sample @@ -11,3 +11,9 @@ display_colours = "bwr" language = "en" units = "metric" hours = "24" + + + +"""DEBUG""" +render_to_display = True +render_to_file = False \ No newline at end of file