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
57ae0464
Commit
57ae0464
authored
Mar 24, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename file
parent
9af82ab6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
settings.py
gargantext/settings.py
+1
-1
corpora.py
gargantext/views/pages/corpora.py
+1
-1
titles.html
templates/pages/corpora/titles.html
+0
-0
No files found.
gargantext/settings.py
View file @
57ae0464
...
@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
...
@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY
=
'!
%
ktkh981)piil1
%
t5r0g4$^0=uvdafk!=f2x8djxy7_gq(n5
%
'
SECRET_KEY
=
'!
%
ktkh981)piil1
%
t5r0g4$^0=uvdafk!=f2x8djxy7_gq(n5
%
'
# SECURITY WARNING: don't run with debug turned on in production!
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG
=
Fals
e
DEBUG
=
Tru
e
MAINTENANCE
=
False
MAINTENANCE
=
False
ALLOWED_HOSTS
=
[
'localhost'
]
ALLOWED_HOSTS
=
[
'localhost'
]
...
...
gargantext/views/pages/corpora.py
View file @
57ae0464
...
@@ -30,7 +30,7 @@ def corpus(request, project_id, corpus_id):
...
@@ -30,7 +30,7 @@ def corpus(request, project_id, corpus_id):
return
HttpResponseForbidden
()
return
HttpResponseForbidden
()
# response!
# response!
return
render
(
return
render
(
template_name
=
'pages/corpora/
corpu
s.html'
,
template_name
=
'pages/corpora/
title
s.html'
,
request
=
request
,
request
=
request
,
context
=
{
context
=
{
'debug'
:
DEBUG
,
'debug'
:
DEBUG
,
...
...
templates/pages/corpora/
corpu
s.html
→
templates/pages/corpora/
title
s.html
View file @
57ae0464
File moved
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