معرفی شرکت ها


django-torque-0.5.0a1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

django app for torque
ویژگی مقدار
سیستم عامل -
نام فایل django-torque-0.5.0a1
نام django-torque
نسخه کتابخانه 0.5.0a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Open Tech Strategies, LLC
ایمیل نویسنده frankduncan@opentechstrategies.com
آدرس صفحه اصلی https://code.librehq.com/ots/mediawiki/torque
آدرس اینترنتی https://pypi.org/project/django-torque/
مجوز -
# The torque app This is the django app that should be deployed in a running django server. Outside of installing the app, this should remain a black box. The reason being that none of the routes or uses for this should be accessed except through the [Torque MediaWiki plugin](https://www.mediawiki.org/wiki/Extension:Torque). For developers, look in the individual code files for details on the inner workings. See [INSTALL.md](https://code.librehq.com/ots/mediawiki/torque/-/blob/main/django-torque/INSTALL.md) for installation instructions. # Django Commands torque ships commands ## remove_unattached Whenever loading up a new collection, there may be changes to the form of the data as the collection evolves. Because it may be uploaded in mistake, nothing is deleted from the database to ensure that no unintentional data loss occurs. However, admins may want to remove that data to reflect the upgrades in the data. `remove_unattached` removes those items. Each field/document that gets uploaded will be marked as `attached`. If there are edits associated with a field or document, then the `--forced` argument is required. ## Removing attachment files As a system runs, old FileField files can hang around on the hard drive. Those are usually uploaded attachments and templates. This can start to take up too much space. To remove, one was is to use [https://github.com/akolpakov/django-unused-media](django-unused-media): ``` $ pipenv install django-unused-media ``` Add `'django_unused_media'` to your INSTALLED_APPS and then run: ``` $ pipenv run python ./manage.py cleanup_unused_media ```


نیازمندی

مقدار نام
- mwclient
- python-magic
- jinja2
- werkzeug
- django
- psycopg2-binary


نحوه نصب


نصب پکیج whl django-torque-0.5.0a1:

    pip install django-torque-0.5.0a1.whl


نصب پکیج tar.gz django-torque-0.5.0a1:

    pip install django-torque-0.5.0a1.tar.gz