deployment with twistd of simple web application
Axel Rau <[email protected]> Tue, 5 Nov 2013 13:19:43 +0100
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
Hi, just doing my 1st dynamic web application with twisted. I have some working python modules, where the entry point is: --- resource = RootWeatherPage() meteoFactory = Site(resource) reactor.listenTCP(80, factory, interface='some IP4') reactor.listenTCP(80, factory, interface='some IP6') reactor.run() --- Now I want to use twistd web. How do I do that? Thanks Axel --- PGP-Key:29E99DD6 ☀ +49 151 2300 9283 ☀ computing @ chaos claudius _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web