aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorCamil Staps2015-10-14 22:36:05 +0200
committerCamil Staps2015-10-14 23:02:03 +0200
commitb3caf3f307b4c3f8dcc01258f8ba6f00a3ee5a5a (patch)
tree05575c980e929e720367d5993aef0c1d5eb8233f /config.py
parentUsing Orator migrations (diff)
Parsing bible refs; read commandHEADmaster
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index a64f54a..cc1c75f 100644
--- a/config.py
+++ b/config.py
@@ -6,3 +6,7 @@ DATABASES = {
}
}
+PYBLE_SETTINGS = {
+ 'default_translation': 'American Standard Version'
+ }
+