This commit is contained in:
Yohan Boniface 2014-06-22 19:34:30 +02:00
parent c52d63faf9
commit 26322010df
3 changed files with 3 additions and 2 deletions

View file

@ -5,5 +5,5 @@ psycopg2==2.5.2
python-social-auth==0.1.23
simplejson
South==0.7.6
django-leaflet-storage==0.6.7
django-leaflet-storage==0.6.8
django-pgindex==0.8.2

View file

@ -1,5 +1,5 @@
"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'
__contact__ = "yb@enix.org"

View file

@ -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.controls.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/contrib/js/storage.ui.default.js"></script>
{% endcompress %}