Django admin, dynamic list_display. some kind of caching?

2010-10-16 Thread lipt0n
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

Django+ oracle, working with apache(mod_python, wsgi) and in runserver, ora-03114 in fastcgi

2011-02-28 Thread lipt0n
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

Re: Django+ oracle, working with apache(mod_python, wsgi) and in runserver, ora-03114 in fastcgi

2011-02-28 Thread lipt0n
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

Re: Django+ oracle, working with apache(mod_python, wsgi) and in runserver, ora-03114 in fastcgi

2011-03-01 Thread lipt0n
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

Re: NoReverseMatch at /polls/1/

2015-10-05 Thread lipt0n
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