{ "info": { "author": "Yuan", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Django QiNiu Cloud Storage\nadd qiniu cloud support for Django\n\n## install\n```\npip install django-qns\n```\n\n## usage\nchange the default storage to django-qns:\n```\nSTATICFILES_STORAGE = 'storage.backends.qiniu_storage.QiNiuStorage'\n```\nor\n```\nDEFAULT_FILE_STORAGE = 'storage.backends.qiniu_storage.QiNiuStorage'\n```\n\nadd configure to the django-qns in `settings.py`:\n```\nQINIU_STORAGE = {\n 'access_key': 'ak',\n 'secret_key': 'sk',\n 'bucket_name': 'your bucket name',\n 'domain': 'http://example.com',\n 'prefix': 'some-prefix'\n}\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/YuanBLQ/django-qns", "keywords": "django,qiniu,qiniuyun,qiniucloud,storage", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-qns", "package_url": "https://pypi.org/project/django-qns/", "platform": "", "project_url": "https://pypi.org/project/django-qns/", "project_urls": { "Homepage": "https://github.com/YuanBLQ/django-qns" }, "release_url": "https://pypi.org/project/django-qns/0.0.1/", "requires_dist": [ "request (>=2.5.0)", "qiniu (>=7.2.6)" ], "requires_python": "", "summary": "add qiniuyun storage support for Django", "version": "0.0.1" }, "last_serial": 5511304, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "447ce438122cc7164fe7ef563a8bdb9f", "sha256": "973c03e7577b1bbbc39db326c9fc9fe70b97de3e65b8d13e17d3591a3a513634" }, "downloads": -1, "filename": "django_qns-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "447ce438122cc7164fe7ef563a8bdb9f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5666, "upload_time": "2019-07-10T10:34:49", "url": "https://files.pythonhosted.org/packages/80/38/778be9ccf5476b93559b800f3177da4d2637235916d2da5917c23a90d8e5/django_qns-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d5ff0b80600e233896ee275c427b24e", "sha256": "16e7521f7f663027afb2c16b31dcead0d70eda6c07f8228cb02230ec1bd5a6b0" }, "downloads": -1, "filename": "django-qns-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7d5ff0b80600e233896ee275c427b24e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4106, "upload_time": "2019-07-10T10:34:52", "url": "https://files.pythonhosted.org/packages/7b/c9/8f311c37c969364af94f824e78f0466350f60ff6b43deaa1973d1845da8b/django-qns-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "447ce438122cc7164fe7ef563a8bdb9f", "sha256": "973c03e7577b1bbbc39db326c9fc9fe70b97de3e65b8d13e17d3591a3a513634" }, "downloads": -1, "filename": "django_qns-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "447ce438122cc7164fe7ef563a8bdb9f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5666, "upload_time": "2019-07-10T10:34:49", "url": "https://files.pythonhosted.org/packages/80/38/778be9ccf5476b93559b800f3177da4d2637235916d2da5917c23a90d8e5/django_qns-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d5ff0b80600e233896ee275c427b24e", "sha256": "16e7521f7f663027afb2c16b31dcead0d70eda6c07f8228cb02230ec1bd5a6b0" }, "downloads": -1, "filename": "django-qns-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7d5ff0b80600e233896ee275c427b24e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4106, "upload_time": "2019-07-10T10:34:52", "url": "https://files.pythonhosted.org/packages/7b/c9/8f311c37c969364af94f824e78f0466350f60ff6b43deaa1973d1845da8b/django-qns-0.0.1.tar.gz" } ] }