No description
docs | ||
youmap | ||
.gitignore | ||
fabfile.py | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
requirements.pip | ||
setup.py |
YouMap project ============== About ----- 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''.* It uses `django-chickpea <https://github.com/yohanboniface/django-chickpea>`_, built on top of Django and Leaflet. Quickstart ---------- To bootstrap the project:: virtualenv youmap source youmap/bin/activate cd path/to/youmap/repository pip install -r requirements.pip pip install -e . touch youmap/settings/local.py manage.py syncdb