From: Guillaume Pellerin Date: Mon, 25 Nov 2013 15:37:20 +0000 (+0100) Subject: no bytecode X-Git-Tag: 0.5.5~1^2~79 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b8f92fbbecb7cee04e68b23e08b90744f6acd3c8;p=timeside.git no bytecode --- diff --git a/timeside/server/settings.py b/timeside/server/settings.py index 784533c..fcc8ded 100644 --- a/timeside/server/settings.py +++ b/timeside/server/settings.py @@ -3,6 +3,9 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG +import sys +sys.dont_write_bytecode = True + ADMINS = ( # ('Your Name', 'your_email@example.com'), )