Skip to content

A django plugin to add additional functionality to the IAFF's GeoShape instance.

Notifications You must be signed in to change notification settings

ROGUE-JCTD/iaff_geoshape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IAFF GeoSHAPE

A django plugin to add additional functionality to the IAFF's GeoShape instance.

Installation

Download iaff_geoshape and install it directly from source:

git clone https://github.com/ROGUE-JCTD/iaff_geoshape.git
cd iaff_geoshape
python setup.py install

Project Configuration

Once installed you can configure your project to use iaff_geoshape with the following steps.

Add iaff_geoshape to INSTALLED_APPS in your project's settings module:

INSTALLED_APPS = (
    'iaff_geoshape',
    # other apps
)

About

A django plugin to add additional functionality to the IAFF's GeoShape instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published