django-atlas

Geolocation models, data and tools using GeoDjango
Download

django-atlas Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Praekelt Foundation
  • Publisher web site:
  • http://praekelt.com

django-atlas Tags


django-atlas Description

django-atlas is a Django app that provides geolocation models, data and tools using GeoDjango.RequirementsThe following were used for development/testing:1. Django 1.32. PostgreSQL 9.13. PostGIS 1.5.24. django-photologue 2.7 (fork maintained by Praekelt at https://github.com/praekelt/django-photologue)5. django-category 0.1 (at https://github.com/praekelt/django-category)6. django-tastypie 0.9.11You might need to apply a PostGIS patch to Django that can be found here: https://code.djangoproject.com/ticket/16778. If you get a database encoding error when loading initial data, your version of Django has not been patched.Add the following to your INSTALLED_APPS:1. django.contrib.gis2. django.contrib.admin3. atlas4. photologue5. category6. tastypieGeoDjango has some additional installation requirements. They can be found here: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/. Follow those instructions and create a spatial database. Then add it to the DATABASES dictionary in your settings as the default database. DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.postgis', 'NAME': 'demo_geo', 'USER': 'demo', 'PASSWORD': 'demo', 'HOST': 'localhost', 'PORT': '', } }You can also add a GOOGLE_MAPS_API_KEY = 'XXX...' setting. This will enable the LonLatWidget to use Google Maps for selecting coordinates.Product's homepage


django-atlas Related Software