Django community: RSS
This page, updated regularly, aggregates New/updated Django packages from the Django community.
-
django-datetime-widget
Django-datetime-widget is a simple and clean widget for DateTimeField. It's based on bootstrap-datepicker by Stefan Petre. -
mezzanine-foundation
-
Django-QuickView 0.4 released!
Just released django-quickview version 0.4. New features include: client-side form validation using parsleyjs client-side notification framework for server-side changes growl like messages better management commands for generating site structure and templates and more! Read more or pip install django-quickview -
django-postleware
A simple django middleware that ensures POSTs aren't cached by clients. -
django-with-asserts
Test Django HTML with Context Managers -
cmsplugin-rt
A pack of plugins for Django-CMS -
django-availability
Manage availability of objects in Django -
Django Project Template
Django 1.4+ project layout loaded with Bootstrap, HTML5 Boilerplate, LESS, testing with coverage, starter onboarding documentation. Encourages safe, version-controlled settings for all deployment environments. -
django-bootstrap-breadcrumbs
Django template tags used to generate breadcrumbs html using twitter bootstrap css classes. -
CICU
-
Django development in Visual Studio
As I spend most of my daytime job in Visual Studio I find this fascinating. I'd still to prefer to be using PyCharm running on a Ubuntubox for my development, but it's still cool. -
Django-QuickView : putting the nitro in rapid web development
Wetting your appetite In models.py: from django.db import models from quickview import ModelQuickView @ModelQuickView class Friend(models.Model): name = models.CharField(max_length = 100) email = models.EmailField(null = True, blank = True) In global urls.py: from django.conf.urls import patterns from quickview import discover_views urlpatterns -
django-publications
A Django app for managing publications. -
django-right-to-left
A django template loader that looks for a right to left version of a template if the activated language is a right to left language (e.g Arabic, Hebrew) -
django-simplestatic
-
django-sesame
-
django-resto
-
django-suit
Modern theme for Django admin interface -
django-registration-names
A way to control allowed and prohibited user names for registration with django-registration -
django-jquery
jQuery packaged in an handy django app to speed up new applications and deployment. -
django-epiceditor
-
django-formapi
-
django-simple-menu
Simple, yet powerful, code-based menus for Django applications -
django-dbsettings
Application settings whose values can be updated while a project is up and running -
mezzanine-gnucash