0.6.3
This commit is contained in:
parent
f6a6cae716
commit
6d0921c802
3 changed files with 4 additions and 5 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue