How to Install and Uninstall python3-django-pgschemas Package on Kali Linux

Last updated: June 18,2024

1. Install "python3-django-pgschemas" package

This tutorial shows how to install python3-django-pgschemas on Kali Linux

$ sudo apt update $ sudo apt install python3-django-pgschemas

2. Uninstall "python3-django-pgschemas" package

This guide covers the steps necessary to uninstall python3-django-pgschemas on Kali Linux:

$ sudo apt remove python3-django-pgschemas $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-pgschemas package on Kali Linux

Package: python3-django-pgschemas
Source: python-django-pgschemas
Version: 0.15.1-2
Installed-Size: 258
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-pgschemas-doc
Size: 44552
SHA256: 3676225905cb61817068de950d0220e8a009692bf0f30fc9dce5c05e431d1933
SHA1: e6e6e10ac7bfbc2cff4d59f8b3a879169e64bc96
MD5sum: 5ffab243fab3eee6b44e97c3c9530faf
Description: Django multi-tenancy using PostgreSQL schemas (Python3 version)
This app uses PostgreSQL schemas to support data multi-tenancy in a single
Django project. It is a fork of django-tenants with some conceptual changes:
.
* There are static tenants and dynamic tenants. Static tenants can have their
own apps and urlconf.
* Tenants can be simultaneously routed via subdomain and via subfolder on
shared subdomain.
* Public is no longer the schema for storing the main site data. Public should
be used only for true shared data across all tenants. Table "overriding" via
search path is no longer encouraged.
* Management commands can be run on multiple schemas via wildcards - the
multiproc behavior of migrations was extended to just any tenant command.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/lorinkoz/django-pgschemas
Section: python
Priority: optional
Filename: pool/main/p/python-django-pgschemas/python3-django-pgschemas_0.15.1-2_all.deb