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.425.383 Times

Django Templates freeware
Filter: All | Freeware | Demo
 

Django Templates

< 1 2 3 4 5 > 
Added: October 06, 2013 | Visits: 426

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: August 16, 2013 | Visits: 273

django-staticfiles This is a Django app that provides helpers for serving static files. Django developers mostly concern themselves with the dynamic parts of web applications -- the views and templates that render new for each request. But web applications have other parts: the static media files (images, CSS,...





Platforms: *nix

License: Freeware Size: 40.96 KB Download (40): django-staticfiles Download

Added: October 10, 2013 | Visits: 1.006

django-webtest django-webtest is an almost trivial application for instant integration of Ian Bicking's WebTest (http://pythonpaste.org/webtest/) with django's testing framework. Installation pip install webtest pip install django-webtest or easy_install webtest easy_install django-webtest or grab latest...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): django-webtest Download

Added: October 06, 2013 | Visits: 416

django-formrenderingtools django-formrenderingtools is an Django app that provides tools for the template designer to customize forms. Rather than using {{ form.as_p }}, set up and reuse templates to render form elements. Currently, this application provides a "form_layouts" template tag library which itself provides...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (39): django-formrenderingtools Download

Added: August 11, 2013 | Visits: 298

django-taggit-templatetags Just install django-taggit-templatetags via pip: $ pip install django-taggit-templatetags After installing and configuring django-taggit, just add taggit_templatetags to your INSTALLED_APPS in your settings.py: INSTALLED_APPS = ( ... 'taggit_templatetags', ... ) Usage Now there are some...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (39): django-taggit-templatetags Download

Added: September 07, 2013 | Visits: 435

django-email-extras django-email-extras is a Django reusable app providing the ability to send PGP encrypted and multipart emails using the Django templating system. These features can be used together or separately. When configured to send PGP encrypted email, the ability for Admin users to manage PGP keys is also...


Platforms: *nix

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

Added: September 22, 2013 | Visits: 306

django-lfc django-lfc is a Content Manangement System based on the Django framework. Installation: 0. Install mercurial easy_install mercurial 1. Get the buildout hg clone http://bitbucket.org/diefenbach/lfc-buildout-development/ 2. Execute the buildout cd lfc-buildout-development python boostrap...


Platforms: *nix

License: Freeware Size: 2.15 MB Download (38): django-lfc Download

Added: November 02, 2013 | Visits: 349

django-config-gen Generates configuration files for Apache, Nginx, etc. using values in settings.py and the Django template system. You can write your own templates for whatever text based config file you need.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): django-config-gen Download

Added: June 20, 2013 | Visits: 298

django-dbtemplates dbtemplates is a Django app that consists of two parts: 1. It allows you to store templates in your database 2. It provides template loader that enables Django to load the templates from the database


Platforms: *nix

License: Freeware Size: 61.44 KB Download (38): django-dbtemplates Download

Added: November 23, 2013 | Visits: 415

django-page-cms This Django CMS enable you to create and administrate hierarchical pages in a simple and powerful way. Django page CMS is based around a placeholders concept. A placeholder is special template tag that you use in your page templates. Every time you add a placeholder in your template a field...


Platforms: *nix

License: Freeware Size: 1.83 MB Download (38): django-page-cms Download

Added: September 04, 2013 | Visits: 377

django-pure-pagination django-pure-pagination provides advanced pagination features and is fully compatible with existing code based on Django's core pagination module. (aka no need to rewrite code!) The django app offers advanced pagination features without forcing major code changes within an existing project....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): django-pure-pagination Download

Added: October 28, 2013 | Visits: 342

django-minimizer Django Minimizer compresses static files and provides html5 layout that is ready for extending to your project templates. It uses YUI compressor for compressing static files, and it has included javascript files like modernizr, jquery, etc. Base template created with html5boilerplate. This...


Platforms: *nix

License: Freeware Size: 962.56 KB Download (33): django-minimizer Download

Added: October 18, 2013 | Visits: 342

django-tagging-ext django-tagging gives you tagging. django-tagging-ext gives you enhanced displays of tags. All rendered HTML is done via templates so you can customize the displays as needed. Future releases of Django Tagging EXT will include these features: More comprehensive tests Tag dispatching so you can...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-tagging-ext Download

Added: September 08, 2013 | Visits: 330

django-model-blocks The model_blocks app provides you with automatically generated, stylable generic Django model template partials. It fills a gap left by admin and databrowse by providing filters and tags that allow your to painlessly create templates with the following properties: Automatically generated...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-model-blocks Download

Added: June 13, 2013 | Visits: 434

django-chatrooms Chatrooms is an app that provides multi-user chat rooms for your django site. It's completely based on jQuery and gevent, whose libraries have been used to implement long polling. It provides a set of models, views and templates ready out of the box and easily customizable.


Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): django-chatrooms Download

Added: November 03, 2013 | Visits: 455

django-brainstorm Django brainstorming site django-brainstorm is a Django plugin for creating a site with multiple areas to brainstorm ideas. This app powers http://feedback.sunlightfoundation.com/hackathon/ and http://feedback.sunlightfoundation.com/oogl/ and makes it easy to create any number of these...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (31): django-brainstorm Download

Added: August 19, 2013 | Visits: 371

django-gitcms This is a django website with a twist: all content is stored in text files. I manage those files with git. A little script loads those files into the database and then django serves them. In fact, all of the content and its history is actually publicly available (but you don't have to make your...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (35): django-gitcms Download

Added: May 11, 2006 | Visits: 6.488

How To Edit Web Page Templates Tutorial This free ebook tutorial shows you how to edit basic web page templates and features tips, resources, software and more! The perfect starting point for newbies!


Platforms: Windows

License: Freeware Size: 579 KB Download (910): How To Edit Web Page Templates Tutorial Download

Released: January 01, 2008  |  Added: October 25, 2008 | Visits: 10.744

Free Logo Templates A logo is an integral part of the company's image and key to marketing success, so its quality is of highest importance for any business. Professionalism, extra cheap price and customization ease make DigitalOfficePro logos really attractive and one of a kind. DigitalOfficePro offers a premium...


Platforms: Windows

License: Freeware Size: 19.58 MB Download (2672): Free Logo Templates Download

Added: November 27, 2013 | Visits: 1.676

Blitz templates Blitz templates is a fast template engine written in C and compiled as a PHP module. It started as a php_templates replacement, but developed into much more. It is based on extensible template controllers (PHP) and weakly-active templates (HTML).


Platforms: *nix

License: Freeware Size: 61.44 KB Download (121): Blitz templates Download

< 1 2 3 4 5 >