{ "info": { "author": "Pahaz Blinov", "author_email": "pahaz.blinov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Utilities" ], "description": "|version|\n\n|pyversions| |license|\n\n**Author**: `Pahaz Blinov`_\n\n**Repo**: https://github.com/pahaz/django-smart-collectstatic/\n\nMicro fix Django manage.py collectstatic command.\n\nThis fix uses COPY and LINK strategy for collecting static files.\n\nIf the static file in `settings.BASE_DIR` it will be linked. \nIn other case it will be coppied.\n\nIt tested only on Django 1.9, 1.10 and Python 3.4, 3.5\n\nInstallation\n============\n\n`django-smart-collectstatic`_ is on PyPI, so simply run:\n\n::\n\n pip install django-smart-collectstatic\n\nor ::\n\n easy_install django-smart-collectstatic\n\nto have it installed in your environment.\n\nFor installing from source, clone the\n`repo `_ and run::\n\n python setup.py install\n\nIf you don`t have **pip** you can `install it `_\n\nTypical use case\n================\n\nI use it inside a Docker container. For callectiong Django static.\n\nDockerfile::\n\n ...\n RUN python3 manage.py smartcollectstatic --noinput --link\n ...\n\n\n.. _Pahaz Blinov: https://github.com/pahaz/\n.. _django-smart-collectstatic: https://pypi.python.org/pypi/django-smart-collectstatic\n.. |DwnMonth| image:: https://img.shields.io/pypi/dm/django-smart-collectstatic.svg\n.. |DwnWeek| image:: https://img.shields.io/pypi/dw/django-smart-collectstatic.svg\n.. |DwnDay| image:: https://img.shields.io/pypi/dd/django-smart-collectstatic.svg\n.. |pyversions| image:: https://img.shields.io/pypi/pyversions/django-smart-collectstatic.svg\n.. |version| image:: https://img.shields.io/pypi/v/django-smart-collectstatic.svg\n :target: `django-smart-collectstatic`_\n.. |license| image:: https://img.shields.io/pypi/l/django-smart-collectstatic.svg\n :target: https://github.com/pahaz/django-smart-collectstatic/blob/master/LICENSE", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/packages/source/s/django-smart-collectstatic/django-smart-collectstatic-0.1.0.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pahaz/django-smart-collectstatic", "keywords": "django smart collectstatic", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-smart-collectstatic", "package_url": "https://pypi.org/project/django-smart-collectstatic/", "platform": "unix,macos,windows", "project_url": "https://pypi.org/project/django-smart-collectstatic/", "project_urls": { "Download": "https://pypi.python.org/packages/source/s/django-smart-collectstatic/django-smart-collectstatic-0.1.0.zip", "Homepage": "https://github.com/pahaz/django-smart-collectstatic" }, "release_url": "https://pypi.org/project/django-smart-collectstatic/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "UNIX command-line tool for bash/shell utils unit testing", "version": "0.1.0" }, "last_serial": 2394664, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "76667b6818ed9db8225cebf80af43a36", "sha256": "0782c9d74929e0aa1e95026077d649d863886f69a339e34b1333166bf39b3a77" }, "downloads": -1, "filename": "django-smart-collectstatic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "76667b6818ed9db8225cebf80af43a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4705, "upload_time": "2016-10-12T06:35:00", "url": "https://files.pythonhosted.org/packages/32/2f/aace80396ece6b560b87884910d7e9822ebd2b92520a9f63a33a6f8b20d1/django-smart-collectstatic-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76667b6818ed9db8225cebf80af43a36", "sha256": "0782c9d74929e0aa1e95026077d649d863886f69a339e34b1333166bf39b3a77" }, "downloads": -1, "filename": "django-smart-collectstatic-0.1.0.tar.gz", "has_sig": false, "md5_digest": "76667b6818ed9db8225cebf80af43a36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4705, "upload_time": "2016-10-12T06:35:00", "url": "https://files.pythonhosted.org/packages/32/2f/aace80396ece6b560b87884910d7e9822ebd2b92520a9f63a33a6f8b20d1/django-smart-collectstatic-0.1.0.tar.gz" } ] }