Metadata-Version: 2.0
Name: django-locations-base
Version: 0.3.2
Summary: A simple locations app for Django
Home-page: http://github.com/dstegelman/django-locations
Author: Derek Stegelman
Author-email: dstegelman@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: django-localflavor (>=1.1,<2.0)
Requires-Dist: geopy (>=1.9.1,<2.0)

django-locations
================

A small reusable locations app for Django.  Formally apart of the Hadrian project.

This supports Python 2 and 3 **only**


Installation
------------

    pip install django-locations-base


Add to installed apps.

More docs coming soon.


