README update
This commit is contained in:
parent
7533444a40
commit
4d4989a775
1 changed files with 1 additions and 9 deletions
10
README.rst
10
README.rst
|
@ -5,7 +5,7 @@ About
|
||||||
-----
|
-----
|
||||||
YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site.
|
YouMap let you create map with OpenStreetMap layers in a minute and embed them in your site.
|
||||||
*Be cause we think that the more OSM will be used, the more OSM will be ''cured''.*
|
*Be cause we think that the more OSM will be used, the more OSM will be ''cured''.*
|
||||||
It uses django-chickpea, built on top of Django and Leaflet
|
It uses `django-chickpea <https://github.com/yohanboniface/django-chickpea>`_, built on top of Django and Leaflet.
|
||||||
|
|
||||||
|
|
||||||
Quickstart
|
Quickstart
|
||||||
|
@ -20,11 +20,3 @@ To bootstrap the project::
|
||||||
pip install -e .
|
pip install -e .
|
||||||
cp youmap/settings/local.py.example youmap/settings/local.py
|
cp youmap/settings/local.py.example youmap/settings/local.py
|
||||||
manage.py syncdb --migrate
|
manage.py syncdb --migrate
|
||||||
|
|
||||||
Documentation
|
|
||||||
-------------
|
|
||||||
|
|
||||||
Developer documentation is available in Sphinx format in the docs directory.
|
|
||||||
|
|
||||||
Initial installation instructions (including how to build the documentation as
|
|
||||||
HTML) can be found in docs/install.rst.
|
|
||||||
|
|
Loading…
Reference in a new issue