Hi,
I'm trying to make a list_display dynamically from other model.
it looks like that:
models:
class Headers(models.Model):
name = models.IntegerField()
active = models.BooleanField()
class Table(models.Model):
p1 = models.TextField(null=True, blank=True)
p2 = models.TextFi
Hi
my application works fine in apache as mod_python and wsgi, also work
great when I run manage.py runserver
but I have to move it on nginx.
so I run it by 'python2.6 manage.py runfcgi host=127.0.0.1 port=9001 --
settings=settings'
and it works fine until it have to connect to the database (oracl
is working
3) go to http://localhost <- error
4) kill fcgi, run "1" point again
5) go to http://localhost <- page is working
6) go to http://localhost <- error
On 28 Lut, 16:04, lipt0n wrote:
> Hi
> my application works fine in apache as mod_python and wsgi, also work
nect() failed (111:
Connection refused) while connecting to upstream, client:
192.168.1.105, server: localhost, request: "GET /accounts/menuleft/
122/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9001", host:
"192.168.1.50", referrer: "http://192.168.1.50/accounts/menule
just remove ,namespace = "polls"
>
>
--
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
5 matches
Mail list logo