dj-database-url 0.4.2-2 source package in Ubuntu

Changelog

dj-database-url (0.4.2-2) unstable; urgency=medium

  * Upload to unstable.
  * debian/control:
      - Bump STD-Version 3.9.8 -> 4.0.0.
      - Add Vcs-* fields.

 -- Herbert Parentes Fortes Neto <email address hidden>  Sun, 02 Jul 2017 15:20:43 -0300

Upload details

Uploaded by:
Herbert Parentes Fortes Neto
Uploaded to:
Sid
Original maintainer:
Herbert Parentes Fortes Neto
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dj-database-url_0.4.2-2.dsc 2.0 KiB c600841535b0c1dc0c9823144b5e97a23fcc3b59c861b531f2a3e5962956b6b7
dj-database-url_0.4.2.orig.tar.gz 4.2 KiB a6832d8445ee9d788c5baa48aef8130bf61fdc442f7d9a548424d25cd85c9f08
dj-database-url_0.4.2-2.debian.tar.xz 2.2 KiB 6236876ec10be134637fb538d56d5156796afde0d2aa6a8f203b132805d4a1ba

No changes file available.

Binary packages built by this source

python3-dj-database-url: Django utility to utilize a DB env var (Python 3)

 This simple Django utility allows you to utilize the 12factor
 inspired DATABASE_URL environment variable to configure your
 Django application.
 .
 The dj_database_url.config method returns a Django database
 connection dictionary, populated with all the data specified
 in your URL. There is also a conn_max_age argument to easily
 enable Django’s connection pool.
 .
 If you’d rather not use an environment variable, you can pass
 a URL in directly instead to dj_database_url.parse.
 .
 This package installs the library for Python 3.