Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Design a form

Received: by 10.50.188.232 with SMTP id gd8mr1479505igc.4.1332313152254;
        Tue, 20 Mar 2012 23:59:12 -0700 (PDT)
X-BeenThere: webpy@googlegroups.com
Received: by 10.50.32.3 with SMTP id e3ls7120992igi.3.canary; Tue, 20 Mar 2012
 23:59:10 -0700 (PDT)
Received: by 10.50.41.202 with SMTP id h10mr1478573igl.5.1332313150701;
        Tue, 20 Mar 2012 23:59:10 -0700 (PDT)
Received: by 10.50.41.202 with SMTP id h10mr1478571igl.5.1332313150692;
        Tue, 20 Mar 2012 23:59:10 -0700 (PDT)
Return-Path: <anandol...@gmail.com>
Received: from mail-iy0-f179.google.com (mail-iy0-f179.google.com [209.85.210.179])
        by gmr-mx.google.com with ESMTPS id aq2si233803igc.0.2012.03.20.23.59.10
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 20 Mar 2012 23:59:10 -0700 (PDT)
Received-SPF: pass (google.com: domain of anandol...@gmail.com designates 209.85.210.179 as permitted sender) client-ip=209.85.210.179;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of anandol...@gmail.com designates 209.85.210.179 as permitted sender) smtp.mail=anandol...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-iy0-f179.google.com with SMTP id h37so1233563iak.10
        for <webpy@googlegroups.com>; Tue, 20 Mar 2012 23:59:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        bh=svGoZ5GNnEYGSp1gBzIX8Bxa2aPVYswFORj0DUSCPEw=;
        b=rmqOq5c5JoE6dvMIZCaaRx+/EY100aQYdS7SnbNGSR4HA+3WIoOk5ptOg5cB3JWXRZ
         x5Tu1Lb+CD6xLWZ5jg1rINo76K/nxemG7BdLsXdzkEhEh+eyLm17sCAAoH3JxPlr80d9
         betf8qjQpI/V3j7KVuEdKRnXjIK/X0Z9GQuUL5p7ImqhcoYWepBaluuuk/JjV6+SyNHS
         WRD1JHUUpTvOPk5e/LJtggpz6WezH9hPX1KYBoRRdhFnsAEJYIwyU0TQIPUY/ogNu8qp
         ZwTgbrm3MMY2/rwGTpBHVcCWk+Syox2jx3GafUGEoBl1BYLeFue4PQf0GO9/cBwK1gDO
         643g==
Received: by 10.50.106.226 with SMTP id gx2mr10892656igb.42.1332313150381;
 Tue, 20 Mar 2012 23:59:10 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.231.215.134 with HTTP; Tue, 20 Mar 2012 23:58:50 -0700 (PDT)
In-Reply-To: <CAPjiZD-i9vj2y5AivV0C9fyGcwVi1gs6cTmnjAGNh6CDFYe...@mail.gmail.com>
References: <ea138b90-0eff-44b2-babd-ac8e576dc...@z5g2000pbu.googlegroups.com>
 <CAC7wXFy4ET+f1sohoOWEUWFeONkJrYyA5EwXYmjsALi16rE...@mail.gmail.com> <CAPjiZD-i9vj2y5AivV0C9fyGcwVi1gs6cTmnjAGNh6CDFYe...@mail.gmail.com>
From: Anand Chitipothu <anandol...@gmail.com>
Date: Wed, 21 Mar 2012 12:28:50 +0530
Message-ID: <CAC7wXFzyU=VVLk6J9EQs4XEFUzKzsQZKqPJ0n44+6LRTqXj...@mail.gmail.com>
Subject: Re: [webpy] Design a form
To: webpy@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

> I read that it goes in templates directory but where to make this directory.

The templates/ directory typically be in the same place where your code is.

Anand