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

Endfor software
 

Endfor

Added: August 15, 2013 | Visits: 472

django-form-scaffold django-form-scaffold is a package of helper functions for generating Django template code with markup from Django form instances. It solves the problem of generating, over and over again, markup for a full form which is effectively a templated version of the BaseForm as_p, as_ul and as_table...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (45): django-form-scaffold Download

Added: November 22, 2013 | Visits: 326

django-paging A simple and efficient paginator. Jinja2 is supported via Coffin: {% with paginate(request, my_queryset) as results %} {{ results.paging }} {% for result in results.objects %} {{ result }} {% endfor %} {{ results.paging }} {% endwith %} Django templatetags require...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): django-paging Download

Added: July 14, 2013 | Visits: 450

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: October 10, 2013 | Visits: 346

django-representations This is a simple template tag that selects a template based on the content type of the model passed to it. This presents a convention that allows models to be displayed in certain ways For instance, for a list of blog entries: diario/entry_archive_day.html ... {% represent entry as...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): django-representations Download

Added: August 07, 2013 | Visits: 482

Autocomplete Element Provides an autocomplete form element based on the jquery.autocomplete.It's the same plugin as used in the search on Drupal.org's API reference pages, and is more customisable than the default Drupal one.Some of the advantages include: * Scrollable for long lists. * Use either local or remote...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (52): Autocomplete Element Download

Added: August 04, 2013 | Visits: 551

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: 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 11, 2013 | Visits: 297

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: August 21, 2013 | Visits: 379

objtrack objtrack is a generic object view tracking model. This will store a "last viewed date" which says "everything that has changed" since this date, is unread. It also stores a list of primary keys, which has been read since that date. Installation: Download and install the package using...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (34): objtrack Download

Added: June 11, 2013 | Visits: 395

Dagny Dagny is a Django adaptation of Ruby on Rails???*a*?s Resource-Oriented Architecture (a.k.a. ??N*?*?RESTful Rails???*a*?). Dagny makes it really easy to build resourceful web applications. You can read the full documentation here. At present, this project is in an experimental phase, so APIs...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): Dagny Download

Added: August 22, 2013 | Visits: 301

HamlPy HamlPy is a tool for Django developers who want to use a HAML like syntax for their templates. HamlPy is not a template engine in itself but simply a compiler which will convert HamlPy files into templates that Django can understand. But wait, what is HAML? HAML is an incredible template engine...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): HamlPy Download