Metadata-Version: 1.1
Name: djangoplus-enderecos
Version: 0.14
Summary: A simple djangoplus application that contains all regions, states, cities and neighborhoods of Brazil
Home-page: http://djangoplus.net/
Author: Breno Silva
Author-email: brenokcc@yahoo.com.br
License: BSD License
Description: Enderecos
        =======
        
        Enderecos is a simple djangoplus app that contains all the regions, states, cities and neighborhoods of Brazil.
        
        It has three model classes:
        
        - Regiao
        - Estado
        - Municipio
        - Endereco
        
        ### Dependecies
        
        None
        
        ### Steps
        
        Execute the following steps to use it:
        
        1. Install it
        
            pip install djangoplus_enderecos
        
        
        1. Add "enderecos" to your INSTALLED_APPS settings
        
            INSTALLED_APPS = \[..., 'enderecos']
        
        2. Create the tables
        
            sync
        
        3. Use the models
        
        4. Load all cities (optional)
        
            python manage.py carregar_cidades
        
        
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
