Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > HTTP (WWW)

    django-atlas 0.0.2 Beta

    Download button

    No screenshots available
    Downloads: 96  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Praekelt Foundation | More programs
    BSD License / FREE
    July 31st, 2012, 08:54 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    django-atlas description

    Geolocation models, data and tools using GeoDjango

    django-atlas is a Django app that provides geolocation models, data and tools using GeoDjango.

    Requirements

    The following were used for development/testing:

    1. Django 1.3
    2. PostgreSQL 9.1
    3. PostGIS 1.5.2
    4. 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.11

    You 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.gis
    2. django.contrib.admin
    3. atlas
    4. photologue
    5. category
    6. tastypie

    GeoDjango 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

    Requirements:

    · Python
    · Django

      


    TAGS:

    geolocation models | GeoDjango tools | Django | geolocation | models

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM