Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-16 Thread Alex Clemesha
Vlad, I appreciate you detailed response, thanks. > > If yo have a really long running tasks, I suggest you donot > 'bind' gui into those -- and instead do what I am doing -- just > submit requests to the database, have background servers process them > and then change the status of the request to

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-15 Thread V S P
Hi Alex, This is just a plan sofar (not implemented yet) But I plan use twisted for Reports that join file data and database data. I also plan to use Twisted to 'serv' those reports up to the requestor. Therefore The wisted web server will be used to serve up the reports, and twisted Processes

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-14 Thread Alex Clemesha
> It ended up pretty painless (sofar) Hey Vlad, Thanks for posting your solution! Care to discuss your use case for mixing Django and Twisted? I have considered mixing the two for a project that combines a web interface and some XMPP functionality, but I have not yet gone down this route ... W

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-14 Thread V S P
Ok, thank you for the pointers, I got it working (or at least I get "It worked" django page :-) ) I also used http://code.google.com/appengine/articles/django.html to get a basic wsgi server working and http://www.sitepoint.com/article/build-to-do-list-30-minutes/ to get basic django installati

Re: [Twisted-Python] django with twisted 8.2.x: 2009

2009-01-14 Thread Jean-Paul Calderone
On Wed, 14 Jan 2009 17:48:39 -0500, V S P wrote: Hi, wanted to ask for some help in getting django running with twisted webserver for my experiments. Using Python 2.6 Twisted 8.2.0 Django 1.0.2 on windows xp for now. I searched the documentation , most of the blog entries/etc were in '07 about