This commit is contained in:
Yohan Boniface 2014-06-16 14:34:20 +02:00
parent f6a6cae716
commit 6d0921c802
3 changed files with 4 additions and 5 deletions

View file

@ -21,8 +21,7 @@ Install dependencies and project::
cd path/to/umap/repository
git checkout 0.5.0
git submodule init
pip install -r requirements.pip
pip install -r requirements.txt
pip install -e .
Create a default local settings file::
@ -83,4 +82,4 @@ Go to the admin (http://localhost:8000/admin/) and add:
Translating
-----------
Everything is managed through Transifex: https://www.transifex.com/projects/p/umap/
Everything is managed through Transifex: https://www.transifex.com/projects/p/umap/

View file

@ -10,5 +10,5 @@ requests-oauthlib==0.4.0
requests==2.2.1
simplejson
South==0.7.6
django-leaflet-storage==0.6.2
django-leaflet-storage==0.6.3
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, 2)
VERSION = (0, 6, 3)
__author__ = 'Yohan Boniface'
__contact__ = "yb@enix.org"