what is the Fastest django application server?

2014-02-17 Thread Daryl Baugh
Unicorn,wsgi or gwan? -- 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-user

Re: django-http-proxy multiple domains support?

2011-12-01 Thread Daryl
Bump..I'm still stuck on this one and i've had no success contacting the author.If anyones got any tips about setting this up for multiple destinations it would be greatly appreciated. On Nov 19, 4:57 pm, Daryl wrote: > Is anyone on the list using the Multiple Domain (bkr

django-http-proxy multiple domains support?

2011-11-18 Thread Daryl
Is anyone on the list using the Multiple Domain (bkroeze) fork of django-http-proxy ? I've had it working fine using a single proxy domain but I am having problems getting it setup for multiple domains, due to a lack of documentation. -- You received this message because you are subscribed to the

Re: setting up openlayers proxy.cgi

2011-11-14 Thread Daryl
ll need to use different ports. > > Hope this helps, > > Brett > > On 11/13/11 2:21 PM, "Daryl" wrote: > > > > > > > > >I need to know how to setup a proxy.cgi script  on my Local Django > >Development setup and can't seem to find the rig

setting up openlayers proxy.cgi

2011-11-13 Thread Daryl
I need to know how to setup a proxy.cgi script on my Local Django Development setup and can't seem to find the right information to do it. The closest i've gotten to running any cgi script is when it just displays the source code on the webpage...which isn't exactly 'running' is it? Is it ok to ru

Help request: postgresql_psycopg2 connection problem under wsgi (but under runserver and dbshell its fine!)

2009-04-19 Thread Daryl
nalError: FATAL: Ident authentication failed for user "acacian" The full apache error is here http://dpaste.com/35701/ Note - runserver & dbshell have no trouble connecting - mod_wsgi works fine with sqlite3 I'm running a VPS with Ubuntu 8.10 and I&

Re: Setting variables in context in a template tag

2008-06-03 Thread Daryl Spitzer
n '' ...but that didn't work. After some digging around, I came up with: def render(self, context): context = context.dicts[self.parent_contexts] context[self.variable_name] = self.value return '' ...which works. Is this code liable to break at s

Re: Multi DB question

2008-04-17 Thread Daryl Spitzer
hread: http://groups.google.com/group/django-users/browse_thread/thread/2fb947b2305b78f/16bb2efc3c249cbe?hl=en&lnk=gst&q=multiple+databases#16bb2efc3c249cbe -- Daryl On Thu, Apr 17, 2008 at 4:00 AM, shabda <[EMAIL PROTECTED]> wrote: > > I have a forum(non-Django) and a Django app bot

Re: Accessing multiple databases

2008-04-15 Thread Daryl Spitzer
be careful not to promise when it will be available--I'm very busy. But I hope to resume working on it very soon. If anyone else knows another way to do this right now, I'd sure love to hear about it. -- Daryl On Tue, Apr 15, 2008 at 5:03 PM, RaviKondamuru <[EMAIL PROTECTED]>

Re: Pre-processing and preparing data in a separate thread or process?

2008-04-15 Thread Daryl Spitzer
ckled data which can be displayed in the page, and add a refresh button that will trigger the signal I describe above. Thanks Christopher. -- Daryl On Tue, Apr 15, 2008 at 10:17 AM, Christopher Allan Webber <[EMAIL PROTECTED]> wrote: > > We developed something that did somethi

Pre-processing and preparing data in a separate thread or process?

2008-04-15 Thread Daryl Spitzer
his separate process from within Django (somehow), or as a cronjob? -- Daryl Spitzer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@g

Get timestamp of when a page was added to the cache? (And delete it from the cache?)

2008-04-10 Thread Daryl Spitzer
Is it possible to get the timestamp of a page cached using the @cache_page decorator (decorating a view)? I'd like to display 'Last updated: %s' on the cached page, and provide an "Update now" link (that would delete it from the