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

Charfield freeware
 

Charfield

Added: June 13, 2013 | Visits: 701

django-generic-flatblocks django-generic-flatblocks is a Django plugin that solves this problem as it knows nothing about the content itself. You attach your hand made content node (a simple model) where you can define any fields you want. Installation 1. Insert django_generic_flatblocks to your INSTALLED_APPS in your...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): django-generic-flatblocks 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: June 16, 2013 | Visits: 391

django-ckeditor Django admin CKEditor integration. Provides a RichTextField and CKEditorWidget utilizing CKEditor with image upload and browsing support included. Installation 1. Install or add django-ckeditor to your python path. 2. Add ckeditor to your INSTALLED_APPS setting. 3. Copy the...


Platforms: *nix

License: Freeware Size: 1.33 MB Download (44): django-ckeditor Download

Added: July 06, 2013 | Visits: 445

EAV-Django EAV-Django is a reusable Django app that provides an implementation of the Entity-Attribute-Value data model. Entity-Attribute-Value model (EAV), also known as object-attribute-value model and open schema which is used in circumstances where the number of attributes (properties, parameters)...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (40): EAV-Django Download

Added: June 18, 2013 | Visits: 555

django-postal The motivation behind this project is that most countries have different forms of postal addresses e.g. http://www.bitboost.com/ref/international-address-formats.html , http://en.wikipedia.org/wiki/Address_%28geography%29 This app assumes that all postal addresses worldwide can be made up of 5...


Platforms: *nix

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

Added: September 06, 2013 | Visits: 413

django-simple-ratings a simple, extensible rating system. With a little bit more also, a playground for different stuff i've been reading about in programming collective intelligence, by toby segaran. this stuff lives in utils.py and is there if you want to experiment (or contribute!). Getting started you'd like to...


Platforms: *nix

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

Added: July 02, 2013 | Visits: 440

django-publicmanager for Linux django-publicmanager is a Django app that provides a custom queryset class and managers that handle the public availability of database objects. The classes provide a public method that filters by boolean is_public and date based pub_date fields. Installation: All you need to install the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (46): django-publicmanager for Linux Download

Added: June 17, 2013 | Visits: 480

django-compound-field django-compound-field is a Django add-on that allows you to define compound fields, e.g. {{{ class AddressField(CompoundField): phone = models.CharField(max_length=30) mobile = models.CharField(max_length=30) fax = models.CharField(max_length=30) email = models.EmailField() }}} Compound...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): django-compound-field Download

Added: August 21, 2013 | Visits: 420

django-sortedm2m django-sortedm2m is a drop in replacement for Django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. sortedm2m requires at least django 1.2. Django 1.1 or earlier is not supported. Usecases Imagine that you...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): django-sortedm2m Download

Added: November 22, 2013 | Visits: 333

django-smart-slug There are exhausting examples in the tests, but here's the quick rundown: from django.db import models from smart_slug.fields import SmartSlugField class Simple(models.Model): slug = SmartSlugField(max_length=5, underscores=False) class Complex(models.Model): title =...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): django-smart-slug Download

Added: December 02, 2013 | Visits: 361

django-immutablefield django-immutablefield is inspired by a Google search that didn't turn up a reusable solution for making fields immutable inside of a Django model. Installing One of the following: Via the ole' standby: easy_install django-immutablefield Pip: pip install django-immutablefield To install...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): django-immutablefield Download

Added: September 04, 2013 | Visits: 293

django-observer Watch modification of any type of field in Django's model and call registered callback function This observer can watch Any value type of field (CharField, IntegerField ...) Any Model type of field (ForeignKey, OneToOneField, GenericForeignKey) Any RelatedManager type of field (field...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): django-observer 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