معرفی شرکت ها


django-googlecloud-storage-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Google Cloud Storage file backend for Django based on google-cloud
ویژگی مقدار
سیستم عامل -
نام فایل django-googlecloud-storage-0.0.1
نام django-googlecloud-storage
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Suresh V
ایمیل نویسنده suresh@grafware.com
آدرس صفحه اصلی https://github.com/sureshvv/django-google-cloud-storage/
آدرس اینترنتی https://pypi.org/project/django-googlecloud-storage/
مجوز GPL
django-googlecloud-storage =========================== Google Cloud Storage file backend for Django Based on an django-google-cloud-storage but now made simpler because it uses the python google-cloud package. If you run your projects on Google's appengine and you are using the django framework you might need this file backend since there is no way to upload files, images, etc on appengine. The other solution is using django-storages and apache libcloud but that soon descended into a debugging rabbit hole. Prerequisites ------------- This version works with the google-cloud package from google. It is listed as a dependency. Installation ------------- pip install django-googlecloud-storage Configuration ------------- On your django settings.py file you need to add the following settings: GOOGLE_CLOUD_STORAGE_PROJECT = '<name-of-project>' GOOGLE_CLOUD_STORAGE_BUCKET = '<name-of-bucket>' DEFAULT_FILE_STORAGE = 'django.googlecloud.storage.GoogleCloudStorage' MEDIA_URL = "https://storage.googleapis.com/<name-of-bucket>/" Credits ------- In historical order: Christos Kopanos (@ckopanos) - original work using an older version of the google client libs Richard Caceres (@rchrd2) - packaged the original into python module Suresh V(@sureshvv) - used the new google-cloud package and namespace packages Changelog ========= 0.0.1 (2016-11-07) ------------------ - Initial version


نحوه نصب


نصب پکیج whl django-googlecloud-storage-0.0.1:

    pip install django-googlecloud-storage-0.0.1.whl


نصب پکیج tar.gz django-googlecloud-storage-0.0.1:

    pip install django-googlecloud-storage-0.0.1.tar.gz