{ "info": { "author": "Enterprise Objects Consulting", "author_email": "mrsarm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django Staticsfiles Ignore Debug\n================================\n\nServe static files below a given point in the directory structure or\nfrom locations inferred from the staticfiles finders in *Django* projects.\n\nTo use, put a URL pattern such as:\n\n.. code:: python\n\n (r'^%s(?P.*)$' % re.escape(settings.STATIC_URL.lstrip('/')), \\\n 'staticsfiles_ignoredebug.views.serve')\n\nin your URLconf.\n\nIt uses the ``django.views.static`` view to serve the found files.\n\nAt difference from ``django.contrib.staticfiles.urls.staticfiles_urlpatterns``\n(https://docs.djangoproject.com/en/1.4/ref/contrib/staticfiles/#django.contrib.staticfiles.templatetags.staticfiles.django.contrib.staticfiles.urls.staticfiles_urlpatterns),\nthis function allow serve the static content in non *DEBUG* mode.\n\nIf ``DEBUG=False`` and ``STATICFILES_IGNORE_DEBUG=False`` a ``ImproperlyConfigured``\nexception is raised.\n\n**DISCLAIMER**: Using this method is inefficient and insecure.\nDo not use this in a production setting. Use this only for development and\ntesting environment with ``DEBUG=False``.\n\nAbout\n-----\n\nThe project **staticsfiles_ignoredebug** was developed\nby **Mariano Ruiz** on **Enterprise Objects Consulting**.\n\nThis sources are available in https://github.com/eoconsulting/django-staticsfiles-ignoredebug\n\nLicense: LGPL-3 (C) 2013\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/eoconsulting/django-staticsfiles-ignoredebug/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/eoconsulting/django-staticsfiles-ignoredebug", "keywords": null, "license": "AGPL-3", "maintainer": null, "maintainer_email": null, "name": "staticsfiles_ignoredebug", "package_url": "https://pypi.org/project/staticsfiles_ignoredebug/", "platform": "any", "project_url": "https://pypi.org/project/staticsfiles_ignoredebug/", "project_urls": { "Download": "https://github.com/eoconsulting/django-staticsfiles-ignoredebug/tarball/0.1.0", "Homepage": "http://github.com/eoconsulting/django-staticsfiles-ignoredebug" }, "release_url": "https://pypi.org/project/staticsfiles_ignoredebug/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Django Staticsfiles Ignore Debug", "version": "0.1.0" }, "last_serial": 998728, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "18fb0024a22e0511513ac499174b069c", "sha256": "507ccc6d18642b81100649abc453b641237f5d2c876fec091750349429d936e0" }, "downloads": -1, "filename": "staticsfiles_ignoredebug-0.1.0.tar.gz", "has_sig": false, "md5_digest": "18fb0024a22e0511513ac499174b069c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17293, "upload_time": "2014-02-13T03:34:37", "url": "https://files.pythonhosted.org/packages/6e/8c/6499fadb572bd96793ec49e4d3332b786245c7100784cc8a84ea73630477/staticsfiles_ignoredebug-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18fb0024a22e0511513ac499174b069c", "sha256": "507ccc6d18642b81100649abc453b641237f5d2c876fec091750349429d936e0" }, "downloads": -1, "filename": "staticsfiles_ignoredebug-0.1.0.tar.gz", "has_sig": false, "md5_digest": "18fb0024a22e0511513ac499174b069c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17293, "upload_time": "2014-02-13T03:34:37", "url": "https://files.pythonhosted.org/packages/6e/8c/6499fadb572bd96793ec49e4d3332b786245c7100784cc8a84ea73630477/staticsfiles_ignoredebug-0.1.0.tar.gz" } ] }