Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
c006ba3b
Commit
c006ba3b
authored
Jan 21, 2015
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADMIN] Settings for stable (diff with tina)
parent
5c594161
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
settings.py
gargantext_web/settings.py
+2
-2
wsgi.py
wsgi.py
+3
-6
No files found.
gargantext_web/settings.py
View file @
c006ba3b
...
...
@@ -27,7 +27,7 @@ CELERY_IMPORTS=("node.models",)
SECRET_KEY
=
'bt)3n9v&a02cu7^^=+u_t2tmn8ex5fvx8$x4r*j*pb1yawd+rz'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
Fals
e
DEBUG
=
Tru
e
TEMPLATE_DEBUG
=
True
...
...
@@ -47,7 +47,7 @@ TEMPLATE_DIRS = (
#ALLOWED_HOSTS = ['*',]
ALLOWED_HOSTS
=
[
'localhost'
,
'master.polemic.be'
,
'beta.gargantext.org'
,
'iscpif.gargantext.org'
,
'mines.gargantext.org'
,
'gargantext.org'
]
ALLOWED_HOSTS
=
[
'localhost'
,
'master.polemic.be'
,
'beta.gargantext.org'
]
...
...
wsgi.py
View file @
c006ba3b
"""
WSGI config for gargantext project.
WSGI config for gargantext
_web
project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.
7
/howto/deployment/wsgi/
https://docs.djangoproject.com/en/1.
6
/howto/deployment/wsgi/
"""
import
os
,
sys
sys
.
path
.
append
(
'/srv/gargantext'
)
sys
.
path
.
append
(
'/srv/gargantext/gargantext_web'
)
import
os
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"gargantext_web.settings"
)
from
django.core.wsgi
import
get_wsgi_application
application
=
get_wsgi_application
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment