Created the constants.py file. Removed NotValidState.

This commit is contained in:
2013-01-10 17:10:35 -04:30
parent b95d1a8bdf
commit 8d92faa278
4 changed files with 4 additions and 40 deletions

2
constants.py Normal file
View File

@@ -0,0 +1,2 @@
# Debug constant. Set to False to turn off debugging messages.
DEBUG = False