Re: I need a Python Django Developer in Boston, MA

2014-04-24 Thread fabricio mata de castro Mata
I am Brazilian and have developed some projects with django to access www.webfacflex.com.br User: Password pointl...@gmail.com 1 if you want to hire my service please contact us. Fabricio castro 2014-04-24 10:10 GMT-03:00 Travis Yeager : > > > > > > > > > > &g

is_valid

2014-02-14 Thread fabricio
how do i django not validate some fields -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send e

error is_valid

2014-02-14 Thread fabricio
I have this model class Pedido(models.Model): idpedido = models.IntegerField(verbose_name=u'Código', primary_key=True,default=-1 , blank=True) idsys_point_cliente = models.CharField(max_length=60, default="-1") idempresa = models.CharField(max_length=60, default="-1") dtemissao =

recording gives me this error

2014-01-17 Thread fabricio
recording gives me this error My model is thus http://pastebin.com/MDM54gg8 my view http://pastebin.com/HGwkaZCK when I try to record v_conta Conta.objects.filter = (= request.user.empresa company.) get (pk = 1 ) v_subconta SubConta.objects.filter = (= request.user.empresa company.) get (

save returns the id and pk none

2014-01-16 Thread fabricio
my model class Caixafaccao(models.Model): empresa = models.ForeignKey(Empresa, null=True, blank=True) cliente = models.ForeignKey(Cliente, verbose_name=u'Cliente') conta = models.ForeignKey(Conta, verbose_name=u'Conta' ) subconta = models.ForeignKey(SubConta, verbose_name=u'Sub

error after form validation

2014-01-16 Thread fabricio
I got the following error My model http://pastebin.com/2BuE0N0d my view http://pastebin.com/48xEPvQz when it reaches this part of the code gr_caixafaccao = form_caixafaccao.save (commit = False) gr_caixafaccao the object returns me Unable to get repr is hence not caught t

report

2014-01-06 Thread fabricio
I am creating a report and I would like to show me when a message was being processed in my view http://pastebin.com/RFuefdRu I'm using blockUI when I click the print button I do not know if this right way to do thiscode javascript http://pastebin.com/0eRRWybL if someone can help me

Re: wait message

2014-01-05 Thread fabricio
But my process is all done in an application that I use to report and give fpdf when I click the print button the process is all done there -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

wait message

2014-01-05 Thread fabricio
I am needing to display a wait message while processing perform some process on the server anyone could help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

reports

2013-12-11 Thread fabricio
Can anyone direct me to some tool to report in django using geraldo because I am and I'm having difficulty and do what I need in the reports. graciously fabricio -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

itens vindo vazio

2013-12-09 Thread fabricio
I'm with this code in views form_pedido = PedidoForm(request.POST, instance=v_pedido) formset_itens = ItensInlineFormSet(request.POST, request.FILES, instance=v_pedido) if form_pedido.is_valid() and formset_itens.is_valid(): pedido = form_pedido.save(commit=False)

break in template

2013-12-05 Thread fabricio
I have this code For items in% {%} formset_itens.forms {}%% If itens.errors Errors I need to make this hum breaking point {% Endif%} {% Endfor%} This is how I do. fabricio. -- You received this message because you are subscribed to the Google Groups "Django users"

python.exe manage.py evolve --sql

2013-11-04 Thread fabricio
The following are the changes that could not be resolved: In model cadastro.Codtributario_itens: Field 'sai_subsmva' has been added Field 'sai_uf' has been deleted CommandError: Your models contain changes that Django Evolution cannot resolve automatically. -- You received this message

Re: formating

2013-10-28 Thread fabricio mata de castro Mata
t; - My GitHub > page <https://github.com/lgiordani> - My Coderwall > profile<https://coderwall.com/lgiordani> > > > 2013/10/28 fabricio > >> >> no meu modelo >> valor_ultimacompra = models.DecimalField(u'Vlr.Ult.Compra', >> max_digits=18,

Re: formating

2013-10-28 Thread fabricio
no meu modelo valor_ultimacompra = models.DecimalField(u'Vlr.Ult.Compra', max_digits=18, decimal_places=2, default=0, blank=True, null=True) no template {% extends "base.html" %} {% load humanize %} {% load foundation %} {{form.valor_ultimacompra|foundation| floatformat:2 }} -- You rec

Re: formating

2013-10-28 Thread fabricio
> does not work > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@

formating

2013-10-26 Thread fabricio mata
even through the code {{form.valor_ultimacompra | floatformat: 2}} does not return anything. my model is valor_ultimacompra = models.DecimalField (u'Vlr. Ult.Compra 'max_digits = 18 , decimal_places = 2, default = 0, blank = True, null = True) when you step this way}} {{form.valor_ultimacompr

Re: Formatacao

2013-10-25 Thread fabricio mata de castro Mata
even through the code {{form.valor_ultimacompra | floatformat: 2}} does not return anything. my model is valor_ultimacompra = models.DecimalField (u'Vlr. Ult.Compra 'max_digits = 18 , decimal_places = 2, default = 0, blank = True, null = True) when you step this way}} {{form.valor_ultimacomp

formatacao

2013-10-25 Thread fabricio mata de castro Mata
Quando uso no meu html {{ form.valor_ultimacompra|foundation }} funciona mostra o valor mas quando uso {{ form.valor_ultimacompra|foundation|floatformat:2 }} o valor some alguem pode me ajudar -- You received this message because you are subscribed to the Google Groups "Django users

Formatacao

2013-10-25 Thread fabricio mata de castro Mata
estou usando no html {{ form.valor_ultimacompra|foundation }} quando tendo colocar {{ form.valor_ultimacompra|foundation|floatformat:2 }} o campo some alguem pode me ajudar? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsu