Metadata-Version: 1.1
Name: django-locations-base
Version: 0.2.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
Description: django-locations
        ================
        
        A small reusable locations app for Django.  Formally apart of the Hadrian project.
        
        This supports Python 3 **only**
        
        
        Installation 
        ------------
        
            pip install django-locations-base
            
            
        Add to installed apps.
        
        More docs coming soon.
        
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: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
