How to Install and Uninstall python3-django-extensions Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "python3-django-extensions" package

In this section, we are going to explain the necessary steps to install python3-django-extensions on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-extensions" package

This tutorial shows how to uninstall python3-django-extensions on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-django-extensions package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-extensions
Priority: optional
Section: universe/python
Installed-Size: 683
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-extensions
Version: 1.5.9-1
Depends: python3-six (>= 1.2), python3:any (>= 3.3.2-2~), python3-django (>= 1.0.2)
Recommends: libjs-jquery
Suggests: python3-werkzeug, python3-pygraphviz, python3-boto, python3-profiler, python3-keyczar
Filename: pool/universe/p/python-django-extensions/python3-django-extensions_1.5.9-1_all.deb
Size: 110216
MD5sum: c7f3eee999ce1fcaf308042c027b363a
SHA1: 1ba1d7e561f9f83cfba0e0a629aebdef6712c213
SHA256: 7a572835e05381cfd8ae9851dfecb7ce03e7449a6fbdb4535486b359d4157e53
Description-en: Useful extensions for Django projects
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
* runserver_plus - a "runserver" that uses the interactive Werkzeug debugger
* runprofileserver - starts runserver with profiling tools enabled
* shell_plus - similar to the built-in "shell" but autoloads all models
* graph_models - creates a GraphViz dot file of your model arrangement
* describe_form - generate template form definitions for a model
* export_emails - export the addresses of your users in many formats
* print_user_for_session - print the user information from a session key
* create_jobs/runjob/runjobs - manage scheduled maintenance jobs
* (plus many more)
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
Description-md5: f6bb28b7f8bd9ccc6a2da3cd97b4af69
Homepage: https://github.com/django-extensions/django-extensions
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu