Part site under a dedicated domain

2011-10-02 Thread Michael Ludvig
Hi guys and gals, I maintain a Django-CMS website running on Django 1.2.5 with a couple of pages - one for selling houses, one buying houses, etc. At the moment it's all under one domain name (http://patmat.co.nz) with some other domains being redirected by Apache to specific pages on the main

Re: Emailing submitted forms

2011-07-10 Thread Michael Ludvig
On 11/07/11 14:18, Venkatraman S wrote: On Mon, Jul 11, 2011 at 7:07 AM, Michael Ludvig <mailto:mlud...@patmat.co.nz>> wrote: Now I need to not only save the entered values to the db (that works well) but I also need to send a copy of the submitted form to an email addres

Emailing submitted forms

2011-07-10 Thread Michael Ludvig
Hi, I've got a pretty lengthy form in Django 1.2.5 - it renders well with {{ form.as_p }}. Now I need to not only save the entered values to the db (that works well) but I also need to send a copy of the submitted form to an email address. I wonder if there is an easy way for rendering the