How to Install and Uninstall python311-dj-database-url Package on openSuSE Tumbleweed
Last updated: November 14,2024
1. Install "python311-dj-database-url" package
This tutorial shows how to install python311-dj-database-url on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-dj-database-url
Copied
2. Uninstall "python311-dj-database-url" package
Learn how to uninstall python311-dj-database-url on openSuSE Tumbleweed:
$
sudo zypper remove
python311-dj-database-url
Copied
3. Information about the python311-dj-database-url package on openSuSE Tumbleweed
Information for package python311-dj-database-url:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dj-database-url
Version : 2.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 37.8 KiB
Installed : No
Status : not installed
Source package : python-dj-database-url-2.1.0-1.2.src
Upstream URL : https://github.com/jazzband/dj-database-url
Summary : Utility to use database URLs in Django applications
Description :
This Django utility allows you to utilize the 12factor inspired
DATABASE_URL environment variable to configure Django applications.
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``.
Supported Databases
-------------------
Support currently exists for PostgreSQL, PostGIS, MySQL, MySQL (GIS),
Oracle, Oracle (GIS), and SQLite.
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dj-database-url
Version : 2.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 37.8 KiB
Installed : No
Status : not installed
Source package : python-dj-database-url-2.1.0-1.2.src
Upstream URL : https://github.com/jazzband/dj-database-url
Summary : Utility to use database URLs in Django applications
Description :
This Django utility allows you to utilize the 12factor inspired
DATABASE_URL environment variable to configure Django applications.
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``.
Supported Databases
-------------------
Support currently exists for PostgreSQL, PostGIS, MySQL, MySQL (GIS),
Oracle, Oracle (GIS), and SQLite.