{ "info": { "author": "Nathan Ward", "author_email": "nward@serachlight.nz", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Django Simple DB Storage\n\nA very simple app implementing the Django storages API, storing files in a database. A very simple view is provided for downloading files.\n\n## Getting Started\n\n1. Install the django-simpledbstorage pip package\n2. Add the app to your project's INSTALLED_APPS, and urls\n3. Set DEFAULT_FILE_STORAGE to 'simpledbstorage.storage.DatabaseStorage'\n4. Set your MEDIA_URL, if relevant to you\n\n## Example\n\nIn settings.py:\n```python\nDEFAULT_FILE_STORAGE = 'simpledbstorage.storage.DatabaseStorage'\nINSTALLED_APPS.append('simpledbstorage')\nMEDIA_URL = '/{}{}/'.format(BASE_PATH, 'files/')\n```\n\nIn urls.py or wherever your URLconf lives:\n```python\nurlpatterns = [\n url(r'^files/', include('simpledbstorage.urls'))\n]\n```\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/SearchLightNZ/django-simpledbstorage/tags).\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/SearchLightNZ/django-simpledbstorage", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-simpledbstorage", "package_url": "https://pypi.org/project/django-simpledbstorage/", "platform": "", "project_url": "https://pypi.org/project/django-simpledbstorage/", "project_urls": { "Homepage": "https://github.com/SearchLightNZ/django-simpledbstorage" }, "release_url": "https://pypi.org/project/django-simpledbstorage/0.1.1/", "requires_dist": [ "python-magic" ], "requires_python": "", "summary": "A simple Django app to store files in a db.", "version": "0.1.1" }, "last_serial": 5374363, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4d9cd4e0f64075dca959c51309083e1d", "sha256": "b9a0fe2fd9d21235aff5c40db2043ddd5f16cdc707213993024613874a1c3c67" }, "downloads": -1, "filename": "django_simpledbstorage-0.1.1-py3-none-any.whl", "has_sig": true, "md5_digest": "4d9cd4e0f64075dca959c51309083e1d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5560, "upload_time": "2019-06-08T04:47:05", "url": "https://files.pythonhosted.org/packages/ae/5c/03cfe64f1e71bca8de4097b2eb6d18b082c49ff5f0b530bac695a59b9a83/django_simpledbstorage-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b49e10788fd0b6fccc3272eaa6334aa", "sha256": "ef1982afaf537a54cd2d7c536866c61309d89e148555cdf08a055e79654f3e33" }, "downloads": -1, "filename": "django-simpledbstorage-0.1.1.tar.gz", "has_sig": true, "md5_digest": "8b49e10788fd0b6fccc3272eaa6334aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3207, "upload_time": "2019-06-08T04:47:07", "url": "https://files.pythonhosted.org/packages/51/1b/105dbe2228ea42aa3f7bb3e7b1c3aa56c465975d15ea56b78ef42a633d74/django-simpledbstorage-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d9cd4e0f64075dca959c51309083e1d", "sha256": "b9a0fe2fd9d21235aff5c40db2043ddd5f16cdc707213993024613874a1c3c67" }, "downloads": -1, "filename": "django_simpledbstorage-0.1.1-py3-none-any.whl", "has_sig": true, "md5_digest": "4d9cd4e0f64075dca959c51309083e1d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5560, "upload_time": "2019-06-08T04:47:05", "url": "https://files.pythonhosted.org/packages/ae/5c/03cfe64f1e71bca8de4097b2eb6d18b082c49ff5f0b530bac695a59b9a83/django_simpledbstorage-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b49e10788fd0b6fccc3272eaa6334aa", "sha256": "ef1982afaf537a54cd2d7c536866c61309d89e148555cdf08a055e79654f3e33" }, "downloads": -1, "filename": "django-simpledbstorage-0.1.1.tar.gz", "has_sig": true, "md5_digest": "8b49e10788fd0b6fccc3272eaa6334aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3207, "upload_time": "2019-06-08T04:47:07", "url": "https://files.pythonhosted.org/packages/51/1b/105dbe2228ea42aa3f7bb3e7b1c3aa56c465975d15ea56b78ef42a633d74/django-simpledbstorage-0.1.1.tar.gz" } ] }