{ "info": { "author": "AGoodId", "author_email": "teknik@agoodid.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License" ], "description": "# django-s3-collectstatic\n\nThis package includes a management command `fasts3collectstatic` that is\nintended for use with the S3BotoStorage storage backend. When checking if a\nfile already exists it uses the S3 etag for comparison instead of the default\nmodified time. This is especially useful when deploying to Heroku, since Heroku\nchanges the modified time when deploying.\n\nThe code is based on [this Django snippet](http://djangosnippets.org/snippets/2889/)\nwith some fixes and packaging.\n\n\n## Installation\n\nClone the [Git repository](https://github.com/agoodid/django-s3-collectstatic)\nor use pip to install:\n\n pip install git+git://github.com/AGoodId/django-s3-collectstatic.git#egg=django-s3-collectstatic\n\nIn `settings.py`:\n\n STATICFILES_STORAGE =\"storages.backends.s3boto.S3BotoStorage\"\n AWS_PRELOAD_METADATA = True\n\n INSTALLED_APPS = [\n # ...\n 'django_s3_collectstatic',\n ]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/agoodid/django-s3-collectstatic", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-s3-collectstatic", "package_url": "https://pypi.org/project/django-s3-collectstatic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-s3-collectstatic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/agoodid/django-s3-collectstatic" }, "release_url": "https://pypi.org/project/django-s3-collectstatic/1.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.0" }, "last_serial": 1326756, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "fefbaecc449c73120f3c3dd7189307dd", "sha256": "0cddbc299a250ef59090b8e1be076fd2543fedf9e847812baf99ffd29995b54e" }, "downloads": -1, "filename": "django-s3-collectstatic-1.0.tar.gz", "has_sig": false, "md5_digest": "fefbaecc449c73120f3c3dd7189307dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3217, "upload_time": "2014-12-01T15:26:21", "url": "https://files.pythonhosted.org/packages/af/56/6325210b78dbea2e4fa2c2b3736edf4678e0381a945ae70870d745f7bdda/django-s3-collectstatic-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fefbaecc449c73120f3c3dd7189307dd", "sha256": "0cddbc299a250ef59090b8e1be076fd2543fedf9e847812baf99ffd29995b54e" }, "downloads": -1, "filename": "django-s3-collectstatic-1.0.tar.gz", "has_sig": false, "md5_digest": "fefbaecc449c73120f3c3dd7189307dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3217, "upload_time": "2014-12-01T15:26:21", "url": "https://files.pythonhosted.org/packages/af/56/6325210b78dbea2e4fa2c2b3736edf4678e0381a945ae70870d745f7bdda/django-s3-collectstatic-1.0.tar.gz" } ] }