Thanks to visit codestin.com
Credit goes to github.com

Skip to content
 
 

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============
django-geonames
===============

django-geonames is a Django app to easily include in your project the geographic data available in http://www.geonames.org It also provides a management command to import this data.

Quick start
-----------

* Enable Gis in your DB https://docs.djangoproject.com/en/dev/ref/contrib/gis/tutorial/
    In case you're using Postgresql as your DB, in the folder 'scripts' is available a script to set up PostGis.

* Add "geonames" to your INSTALLED_APPS setting like this::

      INSTALLED_APPS = (
          ...
          'geonames',
      )

* Run `python manage.py syncdb` to create the geonames models.

* Run `python manage.py loadGeonames` to import the data from geonames.org (This process can take long).

About

Django app for the http://www.geonames.org/ data

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages