{ "info": { "author": "Kenneth Reitz", "author_email": "me@kennethreitz.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "dj-static\n~~~~~~~~~\n\nThis is a simple Django middleware utility that allows you to properly\nserve static assets from production with a WSGI server like Gunicorn.\n\nDjango `doesn't recommend `_\nthe production use of its static file server for a number of reasons.\nThere exists, however, a lovely WSGI application aptly named `Static `_.\n\nIt is suitable for the production use of static file serving, unlike Django.\n\nUsage\n-----\n\nConfigure your static assets in ``settings.py``::\n\n STATIC_ROOT = 'staticfiles'\n STATIC_URL = '/static/'\n\nThen, update your ``wsgi.py`` file to use dj-static::\n\n from django.core.wsgi import get_wsgi_application\n from dj_static import Cling\n\n application = Cling(get_wsgi_application())", "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/incuna/dj-static", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "dj-static-incuna", "package_url": "https://pypi.org/project/dj-static-incuna/", "platform": "any", "project_url": "https://pypi.org/project/dj-static-incuna/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/incuna/dj-static" }, "release_url": "https://pypi.org/project/dj-static-incuna/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "Serve production static files with Django.", "version": "0.0.6" }, "last_serial": 1120105, "releases": { "0.0.6": [ { "comment_text": "", "digests": { "md5": "a0afe70b021118f8f9ebb991cb39a1db", "sha256": "e5f19deacd69a6b581eb721eef43375ebcaf36f853c6e75928f6b2adc50da2c2" }, "downloads": -1, "filename": "dj_static_incuna-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0afe70b021118f8f9ebb991cb39a1db", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4465, "upload_time": "2014-06-10T09:24:43", "url": "https://files.pythonhosted.org/packages/4f/dd/cb8e76c2019dc6350643fac1e7a49b54f089452485e6aff80e01e9d57ebd/dj_static_incuna-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3eda72bebbb5358037765e153d577a7c", "sha256": "4c6390688e3b2fa7c547755f1841c3b82dc01da91324f5926a26b272f5dedf5d" }, "downloads": -1, "filename": "dj-static-incuna-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3eda72bebbb5358037765e153d577a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3486, "upload_time": "2014-06-10T09:24:41", "url": "https://files.pythonhosted.org/packages/6c/b4/34a546a721d514ec745b48fc172bd6773922f56dd9658634250bd992d9cd/dj-static-incuna-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0afe70b021118f8f9ebb991cb39a1db", "sha256": "e5f19deacd69a6b581eb721eef43375ebcaf36f853c6e75928f6b2adc50da2c2" }, "downloads": -1, "filename": "dj_static_incuna-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a0afe70b021118f8f9ebb991cb39a1db", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4465, "upload_time": "2014-06-10T09:24:43", "url": "https://files.pythonhosted.org/packages/4f/dd/cb8e76c2019dc6350643fac1e7a49b54f089452485e6aff80e01e9d57ebd/dj_static_incuna-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3eda72bebbb5358037765e153d577a7c", "sha256": "4c6390688e3b2fa7c547755f1841c3b82dc01da91324f5926a26b272f5dedf5d" }, "downloads": -1, "filename": "dj-static-incuna-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3eda72bebbb5358037765e153d577a7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3486, "upload_time": "2014-06-10T09:24:41", "url": "https://files.pythonhosted.org/packages/6c/b4/34a546a721d514ec745b48fc172bd6773922f56dd9658634250bd992d9cd/dj-static-incuna-0.0.6.tar.gz" } ] }