How to Install and Uninstall python38-dj-database-url Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python38-dj-database-url" package

In this section, we are going to explain the necessary steps to install python38-dj-database-url on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-dj-database-url

2. Uninstall "python38-dj-database-url" package

Please follow the guidance below to uninstall python38-dj-database-url on openSuSE Tumbleweed:

$ sudo zypper remove python38-dj-database-url

3. Information about the python38-dj-database-url package on openSuSE Tumbleweed

Information for package python38-dj-database-url:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-dj-database-url
Version : 0.5.0-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 18,7 KiB
Installed : No
Status : not installed
Source package : python-dj-database-url-0.5.0-3.5.src
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.