Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64185
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <glicerinu@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:Django': 0.03; 'widely': 0.05; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'django': 0.11; 'jan': 0.12; 'suggest': 0.14; 'template': 0.14; 'templating': 0.16; 'url:djangoproject': 0.16; 'wrote:': 0.18; 'coding': 0.22; 'cc:addr:python.org': 0.22; 'url:dev': 0.24; 'cc:2**0': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'cool': 0.30; 'message-id:@mail.gmail.com': 0.30; 'comparison': 0.31; 'marc': 0.31; 'subject:that': 0.31; 'fri,': 0.33; '"the': 0.34; 'could': 0.34; 'subject:with': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'really': 0.36; 'starting': 0.37; 'pm,': 0.38; 'san': 0.39; 'itself': 0.39; 'engines': 0.60; 'most': 0.60; 'simple': 0.61; 'talking': 0.65; 'between': 0.67; 'believe': 0.68; 'fin': 0.84; 'url:templates': 0.84; 'subject:very': 0.91; 'to:none': 0.92 |
| 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:cc :content-type; bh=UEEPyzjsvzVX27g/QN4ugPv32z+E73fu44mfDd9kJ7g=; b=heMoy1g4dg84B2IOsHzAxFf1XdgN3bRaLmwl96o8AcMTRxnSpnAZP5GXi03bnwPGfO 9SLdSjffoXhrjwXmxt8XczXoLYPwJuwARCjgu1L/zORxFgLn/MEcoTT1g1io9z09kmuj PDMz9DsxljxnhC9n37tRx4eB3UKmbmIkZ+vIi5gUiAq6+uCXpjDAN9H72OrgLcn0uIIj wAgb3F3+IYLLZ8ARG59AetRNAUpQpIYmU6DKhhH3mV6lQREjJNoG1dselzI0IuSJ6Aa3 cxMAxdq0GCaw4fn3AwI110rIbVvwB4h6r/asrobWAhPnF2lKdqFUW+PWiu9stJkLnV0v VXwA== |
| X-Received | by 10.113.3.35 with SMTP id bt3mr1656518lbd.4.1389980056047; Fri, 17 Jan 2014 09:34:16 -0800 (PST) |
| MIME-Version | 1.0 |
| In-Reply-To | <ada487f3-aaee-4770-b8a4-36fcb436a818@googlegroups.com> |
| References | <ada487f3-aaee-4770-b8a4-36fcb436a818@googlegroups.com> |
| From | Marc Aymerich <glicerinu@gmail.com> |
| Date | Fri, 17 Jan 2014 18:33:55 +0100 |
| Subject | Re: Templating engines that work very well with Python/Django |
| Cc | "comp.lang.python" <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5651.1389980064.18130.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389980065 news.xs4all.nl 2954 [2001:888:2000:d::a6]:58412 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64185 |
Show key headers only | View raw
On Fri, Jan 17, 2014 at 6:22 PM, San D <sdawal@gmail.com> wrote: > Can someone suggest a few templating engines that work really well with Django and help in coding efficiency? > > Where can I fin comparison of tempating engines I can find to know their pros and cons? I believe the most widely used template engine in Django is "The Django template language" itself :) https://docs.djangoproject.com/en/dev/topics/templates/ However the cool kids are always talking about switching to jinja2, a simple google search like jinja2 django could be a good starting point for finding good comparatives between both. -- Marc
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Templating engines that work very well with Python/Django San D <sdawal@gmail.com> - 2014-01-17 09:22 -0800 Re: Templating engines that work very well with Python/Django Marc Aymerich <glicerinu@gmail.com> - 2014-01-17 18:33 +0100
csiph-web