cbv_utils

cbv_utils 0.1.2

cbv_utils provides extras for Django's built-in Class-Based Views.This provides some additional behavior on top of Django's built-in generic class-based views.UsageFormMixin todo document extras hereInlineFormsetMixin todo...

read more
pops

pops 0.1.0

pops is a Django app for bootstraping Django's admin.This is built on top of the work of django-admintools-bootstrap and utilizes django-admin-tools.Warning: This is development software and prone to constant change. Tread carefully.Installation &...

read more

Usagedjango-staticfiles-jquery is a Django app meant to be used with django-staticfiles. Make sure that staticfiles setup and configured, then install this application using pip:pip install django-staticfiles-jqueryFinally, make sure that jquery is...

read more

django-staticfiles-lessjs is a Django app meant to be used with django-staticfiles.UsageMake sure that staticfiles setup and configured, then install this application using pip:pip install django-staticfiles-lessjsFinally, make sure that lessjs is listed...

read more

django-staticfiles-masonry is a Django application is meant to be used with django-staticfiles.UsageMake sure that staticfiles setup and configured, then install this application using pip:pip install django-staticfiles-masonryFinally, make sure that...

read more

django-responsive-design-helper is a Django app that provides a responsive container to display how your website looks like in all view ports on one web page.Usageurlpatterns = patterns('', ('', include('responsive_design_helper.urls')), # Put...

read more