Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
/ deform_jinja2 Public archive
forked from mcdonc/deform_mako

A set of jinja2 templates for the deform package. Includes standard and uni-form templates.

License

Notifications You must be signed in to change notification settings

Weasyl/deform_jinja2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deform_jinja2

Jinja2 templates for deform using the uni-form model

To run the deformdemo 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.

About

A set of jinja2 templates for the deform package. Includes standard and uni-form templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%