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
ed960ebd
Commit
ed960ebd
authored
Dec 19, 2017
by
sim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put django settings back in gargantext/ because it is shared by modules
parent
ede2bbd8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
settings.py
gargantext/settings.py
+1
-1
mkenvs.sh
tools/mkenvs.sh
+1
-1
No files found.
gargantext/
backend/
settings.py
→
gargantext/settings.py
View file @
ed960ebd
...
...
@@ -16,7 +16,7 @@ import datetime
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)
)))
BASE_DIR
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)))
# Quick-start development settings - unsuitable for production
...
...
tools/mkenvs.sh
View file @
ed960ebd
...
...
@@ -2,7 +2,7 @@
ENV_FILE
=
.env
ENVIR
=
${
ENVIR
:-
dev
}
DSM
=
gargantext.
backend.
settings
DSM
=
gargantext.settings
GARGANTEXT_CONF
=
${
GARGANTEXT_CONF
:-
gargantext
.ini
}
POSTGREST_CONF
=
${
POSTGREST_CONF
:-
postgrest
.conf
}
...
...
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