An open API service indexing awesome lists of open source software.

https://github.com/dschep/django-photomap

A simple Django app to provide a map with user submitted phots
https://github.com/dschep/django-photomap

Last synced: 2 months ago
JSON representation

A simple Django app to provide a map with user submitted phots

Awesome Lists containing this project

README

        

# django-photomap

This is a simple django app that displays images on a map and allows for users
to submit them.

## install settings:
In your `settings.py` makesure to include `django.contrib.gis`, `stdimage`, `south`, `tastypie` and
`photomap`