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

Last updated: May 19,2024

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

Please follow the steps below to install python39-dj-database-url on openSuSE Tumbleweed

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

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

Here is a brief guide to show you how to uninstall python39-dj-database-url on openSuSE Tumbleweed:

$ sudo zypper remove python39-dj-database-url

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

Information for package python39-dj-database-url:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dj-database-url
Version : 2.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 35.1 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.