Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.441.503 Times

Template Context Processors freeware
Filter: All | Freeware | Demo
 

Template Context Processors

1 2 3 4 5 > 
Added: August 16, 2013 | Visits: 559

Kikola Collection of Django's custom context processors, form fields and widgets, middlewares, model fields, reusable apps and template tags.



Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): Kikola Download

Added: August 26, 2013 | Visits: 419

django-context-extras django-context-extras is a simple Django app that provides some extra context processors for your Django based projects.





Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): django-context-extras Download

Added: August 14, 2013 | Visits: 302

django-templateaddons django-templateaddons is a set of tools for use with Django's templates, context processors and template tags. It provides additional template tags, context processors and utilities for template tag development. Documentation * Read the HTML documentation online at...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (44): django-templateaddons Download

Added: July 14, 2013 | Visits: 451

django-frontendadmin django-frontendadmin is a set of template tags to allow an easy and unobtrusive way to edit model-data in the frontend of your page. Example project This package provides an easy example project, a weblog with comments. Here is a quick step-by-step guide how to get this running quickly: 1....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): django-frontendadmin Download

Added: August 05, 2013 | Visits: 380

typepadapp-moderation Adding moderation to Motion Get the moderation app: pip -E $VIRTUAL_ENV install -e git://github.com/sixapart/typepadapp-moderation.git#egg=typepadapp_moderation Add the following to your urls.py: (r'^moderation', include('moderation.urls')), And include the following in your...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (42): typepadapp-moderation Download

Added: September 27, 2010 | Visits: 2.068

Create New Template Service Menu Create New Template Service Menu is a context menu item for KDE and Konqueror that automates adding Create New... menu entries from existing files. It adds a "Create Template" item to the Actions submenu of the context menu. It consists of a service menu .desktop file and a shell script. KDE...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Create New Template Service Menu Download

Added: September 25, 2013 | Visits: 442

Flask-Genshi Flask-Genshi is a Flask extension that allows you to easily use Genshi for templating. It knows how to render a template based on the file extension and can create Response objects with mimetype set accordingly. Installation Just grab it from PyPI with easy_install or pip, for example:...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (45): Flask-Genshi Download

Added: September 24, 2013 | Visits: 487

django-secretballot django-secretballot Django voting application that allows voting without a logged in user. Provides abstract base model for types that the user wishes to allow voting on as well as related utilities including generic views to ease the addition of 'anonymous' voting to a Django project....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (42): django-secretballot Download

Added: September 07, 2013 | Visits: 742

django-netcash A pluggable Django application for integrating netcash.co.za payment system. Install $ pip install django-netcash or $ easy_install django-netcash or $ hg clone http://bitbucket.org/kmike/django-netcash/ $ cd django-netcash $ python setup.py install Then add 'netcash' to INSTALLED_APPS and...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): django-netcash Download

Added: October 06, 2013 | Visits: 427

django-attachments django-attachments is a generic set of template tags for the Django framework to attach any kind of files to models. Installattion: Put attachments to your INSTALLED_APPS in your settings.py within your django project. This app provides a additional permission delete_foreign_attachments which...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (41): django-attachments Download

Added: July 24, 2013 | Visits: 372

xmlwitch xmlwitch is a reimplementation of Ruby's Builder library written and maintained by Jonas Galvez in the Python language. It uses a very different technique (Python's context processors) but delivers an extremely similar syntax. xmlwitch leverages the with statement which makes it dependent on...


Platforms: Python

License: Freeware Size: 10 KB Download (48): xmlwitch Download

Added: November 20, 2013 | Visits: 408

Sheba Sheba offers SQL management for people that don't mind SQL. Motivation I can write SQL faster than I can figure out the various library and ORM abstraction layers. Writing SQL directly in code is pretty disgusting. So I stole an idea from the Axamol SQL Library and along with a couple updates...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (42): Sheba Download

Added: August 02, 2013 | Visits: 360

django-yama `django-yama' (Yet Another Menuing App) is a fairly generic menuing application for Django 1.0 (and up). It supports hierarchical (tree-structure) menus of arbitrary depth, and enables you to create menus linking to models and views from other Django apps, as well as external URLs. The admin...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (33): django-yama Download

Added: October 21, 2010 | Visits: 1.452

Template::Plugin::Digest::MD5 Template::Plugin::Digest::MD5 is a TT2 interface to the MD5 Algorithm. SYNOPSIS [% USE Digest.MD5 -%] [% checksum = content FILTER md5 -%] [% checksum = content FILTER md5_hex -%] [% checksum = content FILTER md5_base64 -%] [% checksum = content.md5 -%] [% checksum = content.md5_hex -%]...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::Digest::MD5 Download

Added: January 01, 2010 | Visits: 1.481

Template::Plugin::Digest::SHA1 Template::Plugin::Digest::SHA1 is a TT2 interface to the SHA1 Algorithm. SYNOPSIS [% USE Digest.SHA1 -%] [% checksum = content FILTER sha1 -%] [% checksum = content FILTER sha1_hex -%] [% checksum = content FILTER sha1_base64 -%] [% checksum = content.sha1 -%] [% checksum =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Template::Plugin::Digest::SHA1 Download

Added: April 19, 2010 | Visits: 1.248

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (99): SVG::Template::Graph Download

Added: January 27, 2006 | Visits: 10.409

RSC Cover Letter Template The RSC Cover Letter Template acts as a guideline containing the structure for working through the components of a professional looking cover letter. The RSC Cover Letter Template is intended for those seeking to create a cover letter that has the key elements necessary to capture the...


Platforms: Windows

License: Freeware Size: 96 KB Download (823): RSC Cover Letter Template Download

Added: August 11, 2006 | Visits: 3.866

Ewisoft Template Builder Web templates bring you publicity and customs, but how to stop users from removing your logos and hyperlinks? Ewisoft Template Builder converts your HTML file to an unmodified one. It can be used with Ewisoft Web Builder, a Free WYSIWYG Html Editor. It supports images and style files also. If...


Platforms: Windows

License: Freeware Size: 2.48 MB Download (579): Ewisoft Template Builder Download

Added: June 03, 2006 | Visits: 5.005

MT Template Wizard This tool will get you creating effective & professional looking templates in no time! You can download your you 100% free copy at any time. It eliminates all the typing of code and allows you to simple point and click your way to a fresh looking template. Software Features: - 100% Free -...


Platforms: Windows

License: Freeware Size: 488 KB Download (281): MT Template Wizard Download

Released: May 28, 2011  |  Added: June 09, 2011 | Visits: 16.000

Excel Invoice Template This is a free Excel Invoice Template that provides a Fill In The Blank invoice form and is capable of calculating and creating invoices. Its what-you-see-is-what-you-get invoice form provides a simple yet effective billing software and invoice software for small businesses. If you know how to...


Platforms: Windows

License: Freeware Size: 29.48 KB Download (2599): Excel Invoice Template Download

1 2 3 4 5 >