]> git.parisson.com Git - timeside.git/commitdiff
no bytecode
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 25 Nov 2013 15:37:20 +0000 (16:37 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 Nov 2013 21:53:58 +0000 (22:53 +0100)
timeside/server/settings.py

index 784533c2a39cf62d5b440b3630f2a34186569898..fcc8ded1e55af930ef1b01a56041af2af9ca8a12 100644 (file)
@@ -3,6 +3,9 @@
 DEBUG = True
 TEMPLATE_DEBUG = DEBUG
 
+import sys
+sys.dont_write_bytecode = True
+
 ADMINS = (
     # ('Your Name', 'your_email@example.com'),
 )