Commit 7d135b3a65a466f7ee223eaa92b8aeb730573d3f
Committed by
Marcio Mazza
1 parent
fe351b7e
Exists in
master
and in
39 other branches
Adding example settings for dev
Showing
1 changed file
with
19 additions
and
0 deletions
Show diff stats
| ... | ... | @@ -0,0 +1,19 @@ |
| 1 | + | |
| 2 | +DEBUG = True | |
| 3 | +TEMPLATE_DEBUG = DEBUG | |
| 4 | + | |
| 5 | +ADMINS = ( | |
| 6 | +) | |
| 7 | + | |
| 8 | +MANAGERS = ADMINS | |
| 9 | + | |
| 10 | +SOLR_COLAB_URI = None | |
| 11 | + | |
| 12 | +# Make this unique, and don't share it with anybody. | |
| 13 | +SECRET_KEY = ')(jksdfhsjkadfhjkh234ns!8fqu-1186h$vuj' | |
| 14 | + | |
| 15 | +#import socks | |
| 16 | +#SOCKS_TYPE = socks.PROXY_TYPE_SOCKS5 | |
| 17 | +#SOCKS_SERVER = '127.0.0.1' | |
| 18 | +#SOCKS_PORT = 9050 | |
| 19 | + | ... | ... |