projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf508f8
)
Oops
author
Charles Connell
<charles@connells.org>
Mon, 17 Feb 2014 21:02:29 +0000
(16:02 -0500)
committer
Charles Connell
<charles@connells.org>
Mon, 17 Feb 2014 21:02:29 +0000
(16:02 -0500)
karmaworld/settings/common.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/common.py
b/karmaworld/settings/common.py
index 23c6f34deadab5cef094199cae71238420a7d3e8..8993be64f3a87bb8b1356d93e5f116e5df00e10c 100644
(file)
--- a/
karmaworld/settings/common.py
+++ b/
karmaworld/settings/common.py
@@
-372,7
+372,6
@@
TAGGIT_STOPWORDS = [u'a', u'an', u'and', u'be', u'from', u'of']
########## END TAGGIT CONFIGURATION
########## TESTING CONFIGURATION
-if 'test' in sys.argv:
- TESTING = True
+TESTING = 'test' in sys.argv
########## END TESTING CONFIGURATION