0.6.8
This commit is contained in:
parent
c52d63faf9
commit
26322010df
3 changed files with 3 additions and 2 deletions
|
@ -5,5 +5,5 @@ psycopg2==2.5.2
|
||||||
python-social-auth==0.1.23
|
python-social-auth==0.1.23
|
||||||
simplejson
|
simplejson
|
||||||
South==0.7.6
|
South==0.7.6
|
||||||
django-leaflet-storage==0.6.7
|
django-leaflet-storage==0.6.8
|
||||||
django-pgindex==0.8.2
|
django-pgindex==0.8.2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
||||||
VERSION = (0, 6, 7)
|
VERSION = (0, 6, 8)
|
||||||
|
|
||||||
__author__ = 'Yohan Boniface'
|
__author__ = 'Yohan Boniface'
|
||||||
__contact__ = "yb@enix.org"
|
__contact__ = "yb@enix.org"
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.layer.js"></script>
|
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.layer.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.controls.js"></script>
|
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.controls.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.slideshow.js"></script>
|
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.slideshow.js"></script>
|
||||||
|
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.tableeditor.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.js"></script>
|
<script src="{{ STATIC_URL }}storage/src/js/leaflet.storage.js"></script>
|
||||||
<script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.default.js"></script>
|
<script src="{{ STATIC_URL }}storage/contrib/js/storage.ui.default.js"></script>
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
|
|
Loading…
Reference in a new issue