Commit 3f51e750 authored by Romain Loth's avatar Romain Loth

Merge branch 'unstable' into romain-goodies

parents 2579c05a 7a62ae05
......@@ -26,7 +26,11 @@ SECRET_KEY = '!%ktkh981)piil1%t5r0g4$^0=uvdafk!=f2x8djxy7_gq(n5%'
DEBUG = True
MAINTENANCE = False
ALLOWED_HOSTS = ['localhost','dev.gargantext.org', 'garg-dev.iscpif.fr']
ALLOWED_HOSTS = [ 'localhost'
, 'gargantext.org' , 'www.gargantext.org'
, 'dev.gargantext.org' , 'garg-dev.iscpif.fr'
, 'emines.gargantext.org', 'axa.gargantext.org'
]
# Asynchronous tasks
......
......@@ -119,6 +119,15 @@
<a tabindex="-1"
data-url="/projects/{{project.id}}/corpora/{{ corpus.id }}/explorer?field1=ngrams&amp;field2=ngrams&amp;distance=distributional&amp;bridgeness=5" onclick='gotoexplorer(this)' >With distributional distance</a>
</li>
<li>
<a tabindex="-1"
onclick="javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/myGraphs'"
data-target='#' href='#'>My Graphs
</a>
</li>
</ul>
</li>
......@@ -226,7 +235,7 @@
<p>
Gargantext
<span class="glyphicon glyphicon-registration-mark" aria-hidden="true"></span>
, version 3.0.0,
, version 3.0.3.1,
<a href="http://www.cnrs.fr" target="blank" title="Institution that enables this project.">
Copyrights
<span class="glyphicon glyphicon-copyright-mark" aria-hidden="true"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment