Package: wnpp
Severity: wishlist
Owner: Herbert Parentes Fortes Neto <h...@debian.org>

* Package name    : python3-dj-database-url
  Version         : 0.4.2
  Upstream Author : Kenneth Reitz <m...@kennethreitz.org>
* URL             : https://pypi.python.org/pypi/dj-database-url
* License         : BSD
  Programming Lang: Python
  Description     : 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.

Reply via email to