#1013919 ITP: dj-database-url -- Use Database URLs in your Django Application

#1013919#5
Date:
2022-06-27 11:41:24 UTC
From:
To:
* Package name    : dj-database-url
  Version         : 0.5.0
  Upstream Author : Kenneth Reitz <me@kennethreitz.com>
* URL             : https://github.com/kennethreitz/dj-database-url
* License         : BSD-2-clause
  Programming Lang: Python
  Description     : Use Database URLs in your Django Application

 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.

I plan to maintain this package as part of the Python modules team.

#1013919#12
Date:
2022-06-27 11:49:04 UTC
From:
To:
close 1013919
thanks

ITP opened by mistake. This library is already packaged in Debian.