dj-database-url 0.5.0-2 source package in Ubuntu
Changelog
dj-database-url (0.5.0-2) unstable; urgency=medium * debian/control: - Bump Standards-Version from 4.1.3 to 4.1.4 - Remove ancient-python-version-field * debian/rules: - Remove empty line * Add debian/tests dir with files for CI -- Herbert Parentes Fortes Neto <email address hidden> Sat, 16 Jun 2018 08:59: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
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dj-database-url_0.5.0-2.dsc | 2.0 KiB | 86e4e2c6735f8eb1056f24c3bf7eb40bbd411283aa18764422a4260b384b9453 |
dj-database-url_0.5.0.orig.tar.gz | 5.4 KiB | 4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163 |
dj-database-url_0.5.0-2.debian.tar.xz | 2.6 KiB | a59f16abc84fabd9ee7d4f33176c32359ecfd2226bba37cb2afd2eef09b28ba4 |
Available diffs
- diff from 0.5.0-1 to 0.5.0-2 (773 bytes)
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.