{ "info": { "author": "Chris Streeter", "author_email": "chris@chrisstreeter.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "===================\ndjango-uploadstatic\n===================\n\nThis is a Django app that provides helpers for uploading static files.\n\nIt is based off of `github.com/jezdez/django-staticfiles`_\nbut only uploads all the files in the collected `STATIC_ROOT` to S3 using\nthe ``storages.backends.s3boto.S3BotoStorage`` storage backend in the\n``django-storages`` app.\n\nInstallation\n------------\n\n- Use your favorite Python packaging tool to install ``uploadstatic``\n from `PyPI`_, e.g.::\n\n pip install django-uploadstatic\n\n- Added ``\"uploadstatic\"`` to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = [\n # ...\n \"uploadstatic\",\n ]\n\n- Set your ``STATIC_URL`` setting to the URL that handles serving\n static files from S3::\n\n STATIC_URL = \"https://s3.amazonaws.com/some-domain/\"\n\n- Once you are ready to upload all static files that have been collecte in your\n site's ``STATIC_ROOT``, use the ``uploadstatic`` management\n command::\n\n python manage.py uploadstatic\n\n Then your files will be accessible from the ``STATIC_URL`` setting.\n\n.. _github.com/jezdez/django-staticfiles: http://github.com/jezdez/django-staticfiles\n.. _PyPI: http://pypi.python.org/pypi/django-uploadstatic", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/streeter/django-uploadstatic", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-uploadstatic", "package_url": "https://pypi.org/project/django-uploadstatic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-uploadstatic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/streeter/django-uploadstatic" }, "release_url": "https://pypi.org/project/django-uploadstatic/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "A Django app that provides helpers for uploading static files.", "version": "0.3.0" }, "last_serial": 773947, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d3567bf019c3b3fb091a077a8bffe3e1", "sha256": "506fd78d13eea12ff824744ece8f5ad1e6d80cee12818c9ff891b27d97538a32" }, "downloads": -1, "filename": "django-uploadstatic-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d3567bf019c3b3fb091a077a8bffe3e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15010, "upload_time": "2012-06-08T02:26:30", "url": "https://files.pythonhosted.org/packages/b9/87/0d28003081f28deaa84427ccbc2a10d5d624d2b663ccef2e69139705fd02/django-uploadstatic-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7587e667be08cde96a5fab71444678fa", "sha256": "eaa864a3eb84c41c069de34ae18211b74446c32e16e685bb1f1d3fde11ee5d29" }, "downloads": -1, "filename": "django-uploadstatic-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7587e667be08cde96a5fab71444678fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15007, "upload_time": "2012-06-08T02:31:22", "url": "https://files.pythonhosted.org/packages/e6/8f/b88713dac3d661a4a1fad0b842b866e32dff6faf1ce6e59b703150e3961e/django-uploadstatic-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "7820a01c08973492b0deaec4888ba36a", "sha256": "9f3604470b97f9eb0aa655ff896cfe213438b5cf790029a2d52b1c4d0513d986" }, "downloads": -1, "filename": "django-uploadstatic-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7820a01c08973492b0deaec4888ba36a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15037, "upload_time": "2012-06-08T02:53:58", "url": "https://files.pythonhosted.org/packages/20/6d/720aef019d7ee0a97ee409444a47c39b61c22e7ec926a143cf744fdeef6c/django-uploadstatic-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7820a01c08973492b0deaec4888ba36a", "sha256": "9f3604470b97f9eb0aa655ff896cfe213438b5cf790029a2d52b1c4d0513d986" }, "downloads": -1, "filename": "django-uploadstatic-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7820a01c08973492b0deaec4888ba36a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15037, "upload_time": "2012-06-08T02:53:58", "url": "https://files.pythonhosted.org/packages/20/6d/720aef019d7ee0a97ee409444a47c39b61c22e7ec926a143cf744fdeef6c/django-uploadstatic-0.3.0.tar.gz" } ] }