Skip to content

mmkay/religionmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

religionmap

religionmap is a simple Django app to show which religion is popular in area.

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "map" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'map',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^map/', include('map.urls')),
  3. Run python manage.py migrate to create the map models.
  4. Visit http://127.0.0.1:8000/map/ to use the map.

About

Django + OpenStreetMap + LeafletJS - map coloring based on temple count of biggest denomination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published