Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'processed': 0.05; 'run- time': 0.05; "django's": 0.09; 'django,': 0.09; 'django': 0.10; 'template': 0.11; 'subject:python': 0.11; 'cleanly': 0.16; 'specific,': 0.16; 'wrote:': 0.17; 'produces': 0.22; 'allows': 0.25; 'header:In-Reply-To:1': 0.25; 'thanks!': 0.26; 'raw': 0.27; 'integrate': 0.27; 'message-id:@mail.gmail.com': 0.27; 'invoke': 0.29; 'subject:development': 0.29; 'integration': 0.29; 'framework': 0.30; 'fri,': 0.30; 'function': 0.30; 'could': 0.32; 'html,': 0.33; 'to:addr:python-list': 0.33; 'produced': 0.33; 'received:google.com': 0.34; 'returning': 0.35; 'pm,': 0.35; 'received:74.125': 0.36; 'subject:: ': 0.38; 'object': 0.38; 'to:addr:python.org': 0.39; 'more': 0.63; 'here': 0.65; '2013': 0.84; 'timothy': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=YVHe0+s5C16vjTW16KBb8AaETof+Vv9RF8N+YRErSaE=; b=uPq8CNDzytATDY1Yq4PpTB3AZ09BvIseYGSOJxNJb/ZYgeTHi86tu6ieepA0nhOAhM WCi6fNGK1bZQDJ7rMuqJl6/WmIp8vCAcGo+LEchoz2Ew04/2zFAzhPzIBqOApb7/55S3 m1OUimcl8L1rurLlQlI0QfD6io/S/zehYf7k5ew3jpaV/QFJgG17BAQDjAHyVVGfYsjl I5g90/A9PGrMmjEiX1bYdLZOQhLKyVWN/ViI8uofW7nMZmKsQNJnMhUHZx5g2z6CdB5K hX9PCIshY/Ndg1vqpGCEkNSkv3lg8v6/yNoNBxQBvuwHe6YU/zXHfgD0wAGhqJ6rSTBq pekw== X-Received: by 10.14.183.198 with SMTP id q46mr31661502eem.1.1362169849320; Fri, 01 Mar 2013 12:30:49 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <30ce9c5b-f601-4bb2-a6b5-5e908e091d44@googlegroups.com> References: <42b84618-14a2-4504-9a64-b6aca2260ecd@googlegroups.com> <30ce9c5b-f601-4bb2-a6b5-5e908e091d44@googlegroups.com> From: Ian Kelly Date: Fri, 1 Mar 2013 13:30:08 -0700 Subject: Re: QT Inspired web development framework for python To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362169851 news.xs4all.nl 6963 [2001:888:2000:d::a6]:45888 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40291 On Fri, Mar 1, 2013 at 1:02 PM, timothy crosley wrote: > Thanks! Since it simply produces html it can integrate very cleanly with django, or > Any other framework that allows returning raw html. To be more specific, in django withing a view function you can return a response object that contains the HTML produced by WebElements. In the future I plan on adding even more django integration Is the intention here that the Django view would invoke WebElements at run-time to generate the HTML, or might one use WebElements to pre-compile HTML and JS, which could then be processed through Django's template engine?