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

Django Templates software
Filter: All | Freeware | Demo
 

Django Templates

< 1 2 3 4 5 > 
Added: September 28, 2013 | Visits: 876

django-lfc for Linux 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: 51.2 KB Download (33): django-lfc for Linux Download

Added: September 07, 2013 | Visits: 297

django-coffeescript Django CoffeeScript provides template tags to compile CoffeeScript into javascript from templates. It works with both inline code and extenal files.





Platforms: *nix

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

Added: September 24, 2013 | Visits: 408

django-templatehooks django-templatehooks is a Django app that offers template hooks to provide an easy interface for pluggable apps to extend your templates. #md5=7422fe52dcdb73d7e7101e93be67a301


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): django-templatehooks Download

Added: August 04, 2013 | Visits: 554

django-form-utils django-form-utils is a Django application that provides BetterForm and BetterModelForm classes which are subclasses of django.forms.Form and django.forms.ModelForm, respectively. BetterForm and BetterModelForm allow subdivision of forms into fieldsets which are iterable from a template, and also...


Platforms: *nix

License: Freeware Size: 1.23 MB Download (47): django-form-utils 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: 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: 436

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: 352

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: 379

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: 343

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: 343

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: November 27, 2013 | Visits: 217

django-zenforms I definitely going mad about forms in Django. They keep all layout buisness in python code. Dragan Babi?*a*? make a simple yet wonderful form css+jquery framework, called uniforms. I liked it a lot. In this app I tried to save all original Dragan's work and adapt to it. Since I met great app,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): django-zenforms Download

Added: September 08, 2013 | Visits: 331

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: 435

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

< 1 2 3 4 5 >