fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove legacy contact app.
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
basic.py
diff --git
a/src/wolnelektury/settings/basic.py
b/src/wolnelektury/settings/basic.py
index
294ee45
..
4e21244
100644
(file)
--- a/
src/wolnelektury/settings/basic.py
+++ b/
src/wolnelektury/settings/basic.py
@@
-5,7
+5,7
@@
from os import path
from machina import MACHINA_MAIN_TEMPLATE_DIR
from .paths import PROJECT_DIR
from machina import MACHINA_MAIN_TEMPLATE_DIR
from .paths import PROJECT_DIR
-DEBUG =
Fals
e
+DEBUG =
Tru
e
MAINTENANCE_MODE = False
ADMINS = [
MAINTENANCE_MODE = False
ADMINS = [
@@
-26,7
+26,6
@@
DATABASES = {
}
}
}
}
-SOLR = "http://localhost:8983/solr/wl/"
SOLR_TEST = "http://localhost:8983/solr/wl_test/"
SOLR_STOPWORDS = "/path/to/solr/data/conf/lang/stopwords_pl.txt"
SOLR_TEST = "http://localhost:8983/solr/wl_test/"
SOLR_STOPWORDS = "/path/to/solr/data/conf/lang/stopwords_pl.txt"
@@
-86,3
+85,5
@@
MIDDLEWARE = [
]
ROOT_URLCONF = 'wolnelektury.urls'
]
ROOT_URLCONF = 'wolnelektury.urls'
+
+FILE_UPLOAD_PERMISSIONS = 0o640