gid='www-data'
# stating apps
-pip install django-environ redis
+# pip install django-environ redis
# waiting for other services
sh $app/deploy/wait.sh
# -*- coding: utf-8 -*-
#
-# Copyright (c) 2015 Parisson SARL
+# Copyright (c) 2015-2016 Parisson SARL
# This file is part of Telemeta.
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
-# TimeSide is distributed in the hope that it will be useful,
+# Telemeta is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
that.map = new google.maps.Map2(that.container[0]);
var bounds = new GLatLngBounds();
that.map.setCenter(new GLatLng(46.0, 2.0), that.map.getBoundsZoomLevel(bounds)); // France
+ //that.map.setZoom(3.5);
that.map.setUIToDefault();
} else {
that.log("Browser isn't compatible with GMap ?!");
</script>
{% endblock %}
-
-
{% if user.is_staff %}
<li><a href="#admin#" class="violet">{% trans "Admin" %}</a>
<ul>
- <li><a href="{% url "telemeta-admin-general" %}">{% trans "General" context "admin" %}</a></li>
+ <li><a href="{% url "telemeta-home" %}admin/django/" target="_blank">{% trans "General" context "admin" %}</a></li>
<li><a href="{% url "telemeta-admin-enumerations" %}">{% trans "Enumerations" %}</a></li>
<li><a href="{% url "telemeta-instrument-edit" %}">{% trans "Instruments" %}</a></li>
<li><a href="{% url "telemeta-instrument-alias-edit" %}">{% trans "Instrument aliases" %}</a></li>