|
@ -3,7 +3,7 @@ from django.core import serializers |
|
|
from django.http import HttpResponse, JsonResponse |
|
|
from django.http import HttpResponse, JsonResponse |
|
|
from django.shortcuts import render |
|
|
from django.shortcuts import render |
|
|
|
|
|
|
|
|
from parlamentares.models import Filiacao, Parlamentar |
|
|
from parlamentares.models import Filiacao |
|
|
from sessao.models import (OrdemDia, PresencaOrdemDia, RegistroVotacao, |
|
|
from sessao.models import (OrdemDia, PresencaOrdemDia, RegistroVotacao, |
|
|
SessaoPlenaria, SessaoPlenariaPresenca, |
|
|
SessaoPlenaria, SessaoPlenariaPresenca, |
|
|
VotoParlamentar) |
|
|
VotoParlamentar) |
|
|