|
@ -1,7 +1,7 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
from django import forms |
|
|
from django import forms |
|
|
from django.http import HttpResponse |
|
|
from django.http import HttpResponse |
|
|
from django.utils import simplejson |
|
|
import json as simplejson # XXX trocar isso por simplesmente import json e refatorar o codigo |
|
|
from django.shortcuts import render_to_response, get_object_or_404 |
|
|
from django.shortcuts import render_to_response, get_object_or_404 |
|
|
from django.db.models import Q |
|
|
from django.db.models import Q |
|
|
from sigi.apps.servicos.models import TipoServico, CasaAtendida, CasaManifesta, ServicoManifesto |
|
|
from sigi.apps.servicos.models import TipoServico, CasaAtendida, CasaManifesta, ServicoManifesto |
|
|