Metadata-Version: 1.1
Name: django-geodz
Version: 0.1
Summary: A simple django app that provides out of the box algerian province and municipality models and their respective data fixtures.
Home-page: https://www.github.com/redouane/django-geodz
Author: Redouane Zait
Author-email: redouanezait@gmail.com
License: BSD License
Description: ============
        Django-Geodz
        ============
        
        django-geodz is a simple django app that provides out of the box algerian province and municipality
        models and their respective data fixtures
        
        you can use it for your own algeria-related projects
        
        Quick start
        -----------
        
        1. Add "geodz" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'geodz',
            )
        
        2. Run `python manage.py migrate` to create/migrate the models and data fixtures.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
