How to Install and Uninstall python3-dj-database-url Package on openSUSE Leap

Last updated: April 28,2024

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

Learn how to install python3-dj-database-url on openSUSE Leap

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

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

This guide let you learn how to uninstall python3-dj-database-url on openSUSE Leap:

$ sudo zypper remove python3-dj-database-url

3. Information about the python3-dj-database-url package on openSUSE Leap

Information for package python3-dj-database-url:
------------------------------------------------
Repository : Main Repository
Name : python3-dj-database-url
Version : 0.5.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 19.2 KiB
Installed : No
Status : not installed
Source package : python-dj-database-url-0.5.0-bp155.2.11.src
Upstream URL : https://github.com/kennethreitz/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.