{ "info": { "author": "John Furr", "author_email": "john.furr@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-collectstatic-daemon\n===========================\n\nThis is a simple daemon that will watch your project directory and\ncollectstatic files whenever there is a change. This is often times\nuseful when you are working with node/npm project and you need to\ncollectstatic files after npm build/prod/watch converts the statis\nresources.\n\nInstall\n=======\n\n1) Install the package\n\n ``pip install django-collectstatic-daemon``\n\n2) Add \u2018watcher\u2019 to your list of INSTALLED_APPS in settings.py\n\n ::\n\n INSTALLED_APPS = [\n ...\n ...\n 'watcher'\n ]\n\nUsing\n=====\n\nUsing the command is as simple as running\n\n::\n\n ./manage.py watcher", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GNU General Public License v3.0", "maintainer": "", "maintainer_email": "", "name": "django-collecstatic-daemon", "package_url": "https://pypi.org/project/django-collecstatic-daemon/", "platform": "", "project_url": "https://pypi.org/project/django-collecstatic-daemon/", "project_urls": null, "release_url": "https://pypi.org/project/django-collecstatic-daemon/0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple daemon to watch and collectstatic files for django projects", "version": "0.3" }, "last_serial": 5172832, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "77fd954c8a284b71a283da1306aa0c44", "sha256": "7fc26e963ebc3d368355191c2da68d8375d40b0782cb75884ad8e5fbe13fcd30" }, "downloads": -1, "filename": "django-collecstatic-daemon-0.1.tar.gz", "has_sig": false, "md5_digest": "77fd954c8a284b71a283da1306aa0c44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16554, "upload_time": "2019-04-19T13:17:03", "url": "https://files.pythonhosted.org/packages/58/47/ac4c3f5dd600602347afebe969043759ea006339493ea8ad04ddc23983ca/django-collecstatic-daemon-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "acc78f3f3e2d549ce18d78e41c069606", "sha256": "5c4b7bbea1bdd3c34a086fb4d7a3b4093fe28fd50115441cf9f5d69a2667ec5f" }, "downloads": -1, "filename": "django-collecstatic-daemon-0.2.tar.gz", "has_sig": false, "md5_digest": "acc78f3f3e2d549ce18d78e41c069606", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16572, "upload_time": "2019-04-19T13:24:50", "url": "https://files.pythonhosted.org/packages/13/a1/9e49b6c23df72289f57a7ba115ad8c522311b93488fb1541c2a83cadeb65/django-collecstatic-daemon-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "c352302663f2bdb51c7685f0bc49e366", "sha256": "a3dad7d9ddce29302d64119058b83ff0f8761a2ccfcf817f71fc16907c88978b" }, "downloads": -1, "filename": "django-collecstatic-daemon-0.3.tar.gz", "has_sig": false, "md5_digest": "c352302663f2bdb51c7685f0bc49e366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17151, "upload_time": "2019-04-22T12:48:22", "url": "https://files.pythonhosted.org/packages/5e/5c/6749704d4ccdb723ea42668d46aac286bb717462de73e96fbf3832b567d4/django-collecstatic-daemon-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c352302663f2bdb51c7685f0bc49e366", "sha256": "a3dad7d9ddce29302d64119058b83ff0f8761a2ccfcf817f71fc16907c88978b" }, "downloads": -1, "filename": "django-collecstatic-daemon-0.3.tar.gz", "has_sig": false, "md5_digest": "c352302663f2bdb51c7685f0bc49e366", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17151, "upload_time": "2019-04-22T12:48:22", "url": "https://files.pythonhosted.org/packages/5e/5c/6749704d4ccdb723ea42668d46aac286bb717462de73e96fbf3832b567d4/django-collecstatic-daemon-0.3.tar.gz" } ] }