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
- Host: GitHub
- URL: https://github.com/dschep/django-photomap
- Owner: dschep
- License: mit
- Created: 2014-06-09T19:19:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T16:26:04.000Z (over 10 years ago)
- Last Synced: 2025-02-02T04:24:16.066Z (3 months ago)
- Language: Python
- Size: 223 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`