Commit 9d4fd1b72e2d40c261e6535465efa727796f94d9
1 parent
46ae1516
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 @@ | @@ -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 | + |