Overseer

Overseer 0.2.2

Overseer is a simple status board application written in Django.Docs:...

read more

django-db-utils is a Django app that contains utilities for your Django database.attach_foreignkeyShortcut method which handles a pythonic LEFT OUTER JOIN.from dbutils.helpers import attach_foreignkeyqs = list(Model.objects.all())attach_foreignkey(qs,...

read more

django-bitfield is a Django app that provides a BitField like class (using a BigIntegerField) for your Django models.InstallationInstall it with pip (or easy_install):pip install django-bitfieldUsageFirst you'll need to attach a BitField to your class....

read more

Disqus makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion community.Installation:Unpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in...

django-perftools is a Django app that provides performance monitoring tools for Django.Logging Slow RequestsPerftools includes a logger that will monitor requests execution time. Once it hits the defined threshold, it will log to the named perftools...

read more
Zumanji

Zumanji 0.3.7.1

Zumanji is a web application written in Python and designed for managing performance test results.In order to archive and report the results, nose-performance can be integrated with Zumanji.UsageImport JSON data from your test runner: python...

read more
gargoyle

gargoyle 0.10.8

gargoyle is a platform for dealing with feature toggles in Django.Install it:pip install gargoyleEnable it:If you dont have Nexus already enabled, you will need to do that first:# settings.pyINSTALLED_APPS = ( ... 'nexus',)# urls.pyimport...

read more

django-modeldict is a very efficient way to store things like settings in your database. The entire model is transformed into a dictionary (lazily) as well as stored in your cache. It's invalidated only when it needs to be (both in process and based...

read more