معرفی شرکت ها


django-rclone-storage-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple wrapper for Rclone as a Django storage
ویژگی مقدار
سیستم عامل -
نام فایل django-rclone-storage-0.1.1
نام django-rclone-storage
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده ElnathMojo
ایمیل نویسنده ElnathMojo@gmail.com
آدرس صفحه اصلی https://github.com/ElnathMojo/django-rclone-storage
آدرس اینترنتی https://pypi.org/project/django-rclone-storage/
مجوز BSD-3-Clause
# Django Rclone Storage A simple wrapper for Rclone as a Django storage. ## Usage First, add these settings to your Django settings: ```python # The remote name in your rclone.conf RCLONE_REMOTE = 'onedrive' # Remote path where all the files will be uploaded. Default: / RCLONE_REMOTE_ROOT = '/' # Local path where your rclone.conf locates. If it's not set, rclone should use the default .conf file. RCLONE_CONFIG_PATH = '/path/to/config' ``` And, set the default storage: ```python DEFAULT_FILE_STORAGE = 'rclonestorage.rclone_remote.RcloneRemoteStorage' ``` Or, you can just pass the settings to a RcloneRemoteStorage object and use it in the FileField: ```python file = models.FileField( storage=RcloneRemoteStorage(remote='remote', root_path='/', config_path='/path/to/config') ) ``` ## Reference [django-storages](https://github.com/jschneier/django-storages) [python-rclone](https://github.com/ddragosd/python-rclone)


نیازمندی

مقدار نام
>=2.2 Django


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl django-rclone-storage-0.1.1:

    pip install django-rclone-storage-0.1.1.whl


نصب پکیج tar.gz django-rclone-storage-0.1.1:

    pip install django-rclone-storage-0.1.1.tar.gz