Skip to main content

Jinja2 templates for Deform widgets

Project description

deform_jinja2
===========

This is Jinja2 templates using the uni-form model

To run the `deformdemo <http://deformdemo.repoze.org>`_ application using the
``deform_jinja2`` renderer:

- Create a virtualenv::

$ virtualenv2.6 --no-site-packages env

Heretofore, the ``env`` directory created above will be referred to as
$VENV

- Clone the deformdemo GitHub repository::

$ git clone git://github.com/Pylons/deformdemo.git

- cd to the deformdemo checkout and ``setup.py develop`` it into your
virtualenv

$ cd deformdemo
$ $VENV/bin/python setup.py develop

- Use the deform_jinja2 ``demo.ini`` file to run a demo app server via ``paster
serve``:

$ $VENV/bin/paster demo.ini

- The demo app will be running on port 8521. See the ``README.rst`` in the
deformdemo checkout for instructions about how to run the selenium tests.

To use in a pyramid app:
In your config.ini::

deform.renderer = deform_jinja2.pyramid_uni.jinja2_renderer
or
deform.renderer = deform_jinja2.pyramid_standard.jinja2_renderer

In your app initialization::

renderer = settings['deform.renderer']
renderer = config.maybe_dotted(renderer)
deform.Form.set_default_renderer(renderer)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deform_jinja2-0.4.tar.gz (17.1 kB view details)

Uploaded Source

File details

Details for the file deform_jinja2-0.4.tar.gz.

File metadata

  • Download URL: deform_jinja2-0.4.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for deform_jinja2-0.4.tar.gz
Algorithm Hash digest
SHA256 60a5743a8d8b0d46821f010e8a4e85505eea8e7ae531ce29bc6e68997d1f25b8
MD5 c0b14ca20758634ca6b371910dc77787
BLAKE2b-256 773d4c65235efa20e4fb01929f853e907697120bb4b8187afbad82350b1a3591

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page