Skip to content

Djangoplus application that contains classes for representing citizens and companies in Brazil

License

Notifications You must be signed in to change notification settings

brenokcc/djangoplus-pessoas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pessoas

Pessoas is simple djangoplus application that contains classes for representing citizens and companies in Brazil. It has three model classes:

  • Pessoa
  • PessoaJuridicaAbstrata
  • PessoaFisicaAbstrata

Dependecies

  • djangoplus_enderecos

Steps

Execute the following steps to use it:

  1. Install it

    pip install djangoplus_pessoas djangoplus_enderecos

  2. Add "pessoas" and "enderecos" to your INSTALLED_APPS settings

    INSTALLED_APPS = [..., 'pessoas', 'enderecos']

  3. Create the tables

    sync

  4. Use the models

About

Djangoplus application that contains classes for representing citizens and companies in Brazil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages