Browse Source

Add parlamentares app

pull/6/head
Marcio Mazza 10 years ago
parent
commit
de797e7883
  1. 4
      parlamentares/models.py
  2. 1
      sapl/settings.py

4
parlamentares/models.py

@ -1,3 +1,5 @@
from django.db import models
# Create your models here.
class NivelInstrucao(models.Model):
nivel_instrucao = models.CharField(max_length=50)

1
sapl/settings.py

@ -39,6 +39,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'legacy',
'base',
'parlamentares',
)
MIDDLEWARE_CLASSES = (

Loading…
Cancel
Save