python-django-appconf 0.5-2 source package in Ubuntu

Changelog

python-django-appconf (0.5-2) unstable; urgency=low


  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Mon, 13 May 2013 07:57:13 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-appconf_0.5-2.dsc 1.5 KiB 0d84e97edc64d0f3cf1eb46c02c214e0320fed1758f776ade9fb7faaf43056d2
python-django-appconf_0.5.orig.tar.xz 12.2 KiB 84bace073f32263f9d8835a969820b4c674d7ba29ced31fe11ecfdba29d76429
python-django-appconf_0.5-2.debian.tar.gz 2.3 KiB b66aabf025e4f46ea46ab44aff629b53deed66c0afaeba5f14999a235ee2f282

No changes file available.

Binary packages built by this source

python-appconf: helper class for handling configuration defaults of packaged apps gracefully

 Say you have an app with a few defaults, which you want to refer to in the
 app's code without repeating yourself all the time. Django-appconf provides
 a simple helper class to implement those defaults.