diff options
author | Camil Staps | 2015-10-14 22:36:05 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-14 23:02:03 +0200 |
commit | b3caf3f307b4c3f8dcc01258f8ba6f00a3ee5a5a (patch) | |
tree | 05575c980e929e720367d5993aef0c1d5eb8233f /config.py | |
parent | Using Orator migrations (diff) |
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,3 +6,7 @@ DATABASES = { } } +PYBLE_SETTINGS = { + 'default_translation': 'American Standard Version' + } + |