Painful deployment | shared hosting | Need your advice

2007-10-20 Thread erick
Heres my scenario: 1. shared hosting. 2. no official django support. 3. no command/shell access. 4. server runs Apache version 1.3.37 (Unix) 5. database is MySQL version 4.1.22-standard 6. mod_fastcgi is enabled 7. no mod_python 8. my WWW directory is located in /home/<>/public_html Is it possib

Fwd: Django Template - problema

2014-05-30 Thread Erick Brockes
I have the following problem. The field "tipo_conjuge" is not showing as I wanted. Could somebody tell me what is the problem? Best regards, Erick url. py ... url(r'relacao/(?P\d+)/$', login_required(CreateTipoRelacaoView.as_view()), name='cadastrarRelacaoTipo

Re: Django Template - problema

2014-05-30 Thread Erick Brockes
er. Sometimes CSS mistakes hide > things. > > K > > > On Friday, May 30, 2014 7:40:01 AM UTC-7, ebrockes wrote: >> >> I have the following problem. The field "tipo_conjuge" is not showing as >> I wanted. Could somebody tell me wha

Re: Django Template - problema

2014-05-30 Thread Erick Brockes
('UE', _('Uniao estavel')), ('OU', _('Outros')), ) I'll see how to solve this issue. Any clues? 2014-05-31 0:11 GMT-03:00 Erick Brockes : > Kevin, Thank you. > > If you don't mind, I'm kind of new in django. > &g

UpdateView, ModelForm - form not redirecting problem

2014-05-31 Thread Erick Brockes
model = Pessoa fields = ['nome','sobrenome','sobrenome_casada','sexo','dia_nascimento','mes_nascimento','ano_nascimento','falecido', 'dia_falecimento','mes_falecimento','ano_falecimento'

Re: Django Template - problema

2014-05-31 Thread Erick Brockes
', _('Outros')), >> ) >> >> by >> >> TIPO_CONJUGE = ( >> ('CA', _('Casados')), >> ('UE', _('Uniao estavel')), >> ('OU', _('Outros')), >> ) >&g

ImageField | error

2016-05-30 Thread Erick Brockes
Folks, I'm using django 1.9. I'm having the following problem. When I update the object of Pessoa, described below, I receive the following error message: "i/o operation on closed file". Does anyone have any solution. Thanks. Erick models.py class

Weighing Scale & TCP IP connectivity

2018-07-12 Thread ERICK OMONDI AYARA
Hello, I would like to capture weight from a weighing scale using TCP/Ethernet cable into a django app. If anyone can advice on how to use sockets or any other means to make this work, will be appreciated. Regards -- You received this message because you are subscribed to the Google Groups "Dj

django website hosting

2018-08-25 Thread ERICK OMONDI AYARA
I would like to host a django project onto a web domain but cant seem to get around it. i cant also find the python setup on the SOFTWARE section of my file manager. Is there a way to do this? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" gr