[ 源代码: dj-database-url ]
软件包:python3-dj-database-url(3.1.2-1)
python3-dj-database-url 的相关链接
Debian 的资源:
下载源码包 dj-database-url:
- [dj-database-url_3.1.2-1.dsc]
- [dj-database-url_3.1.2.orig.tar.gz]
- [dj-database-url_3.1.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-dj-database-url 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-django
- High-level Python web development framework
