Skip to main content

A simple djangoplus application that contains all regions, states, cities and neighborhoods of Brazil

Project 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoplus-enderecos-0.12.tar.gz (92.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page