Added file containing debug toggles.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 5 Jan 2018 06:01:43 +0000 (22:01 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 5 Jan 2018 06:01:43 +0000 (22:01 -0800)
.gitignore
bin/cmless_debug.py [new file with mode: 0644]

index 2177d64..4f329e1 100644 (file)
@@ -1,6 +1,9 @@
 # vim turds
 *.swp
 
 # vim turds
 *.swp
 
+# Python bytecode files
+*.pyc
+
 # Ignore the site directory since the contents are data for CMless to consume
 # rather than part of CMless itself.
 site
 # Ignore the site directory since the contents are data for CMless to consume
 # rather than part of CMless itself.
 site
diff --git a/bin/cmless_debug.py b/bin/cmless_debug.py
new file mode 100644 (file)
index 0000000..68c8f61
--- /dev/null
@@ -0,0 +1,8 @@
+# (c) 2017 Aaron Taylor <ataylor at subgeniuskitty dot com>
+# See LICENSE file for copyright and license details.
+
+# Any debug toggles are kept in this file and should be committed to git in the
+# 'off' state. 
+import cgitb
+#cgitb.enable()