How to Install and Uninstall python-django-mediasync Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python-django-mediasync" package

This guide covers the steps necessary to install python-django-mediasync on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-django-mediasync

2. Uninstall "python-django-mediasync" package

Please follow the guidelines below to uninstall python-django-mediasync on openSUSE Leap:

$ sudo zypper remove python-django-mediasync

3. Information about the python-django-mediasync package on openSUSE Leap

Information for package python-django-mediasync:
------------------------------------------------
Repository : Main Repository
Name : python-django-mediasync
Version : 2.2.0-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 127,7 KiB
Installed : No
Status : not installed
Source package : python-django-mediasync-2.2.0-bp153.1.13.src
Summary : Django static media development and distribution tools
Description :
One of the more significant development roadblocks we have relates to local vs.
deployed media. Ideally all media (graphics, css, scripts) development would
occur locally and not use production media. Then, when ready to deploy, the
media should be pushed to production. That way there can be significant changes
to media without disturbing the production web site.
The goal of mediasync is to develop locally and then flip a switch in production
that makes all the media URLs point to remote media URLs instead of the local
media directory.