{ "info": { "author": "Joe Hu (SAPikachu)", "author_email": "sapikachu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "***************\ndjango-livejs2\n***************\n\nIntegrates `live.js`_ into your django project. \n\nThere is already a project named django-livejs, so I added \"2\" to the name to avoid conflict. (Additionally I think my version is better than that one :P )\n\nInstallation\n***************\n\n1. Either run ``python setup.py install`` or use ``pip`` to install the package.\n\n2. Edit your ``settings.py`` to add ``'django_livejs2.middleware.LiveJsMiddleware'`` to ``MIDDLEWARE_CLASSES``. Also add ``'django_livejs2'`` to ``INSTALLED_APPS`` if you want to use the shipped `live.js`_.\n\nUsage\n***************\n\nJust visit any page with ``live=1`` in query string to enable the module. When enabled, `live.js`_ will be included in every HTML page. The module will also make all files uncacheable by browser, so that any updates to static files will have effect immediately. (Without that Firefox may cache static files for 1 minute)\n\nDisabling is also easy, visit any page with ``live=0`` in query string and you are done. \n\nNote: If ``settings.DEBUG`` is not ``True``, the module will be completely disabled since it is not really useful in production environment.\n\nSettings\n***************\n\nLIVEJS2_SCRIPT_SRC\n------------------\n\nIf you want to use a custom version of `live.js`_, set this to URL of the script.\n\n.. _live.js: http://livejs.com/", "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/SAPikachu/django-livejs2", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-livejs2", "package_url": "https://pypi.org/project/django-livejs2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-livejs2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SAPikachu/django-livejs2" }, "release_url": "https://pypi.org/project/django-livejs2/1.0/", "requires_dist": null, "requires_python": null, "summary": "Integrate live.js into django site", "version": "1.0" }, "last_serial": 726234, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4136627468ff7cc04062629de34fd6de", "sha256": "54f8d0c22a417a9c2afba530631686d68cf9050403809583ae2f395f724b319c" }, "downloads": -1, "filename": "django-livejs2-1.0.tar.gz", "has_sig": false, "md5_digest": "4136627468ff7cc04062629de34fd6de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6634, "upload_time": "2012-10-13T03:29:17", "url": "https://files.pythonhosted.org/packages/4e/f4/d3d3fd1dd6516e9528ba0d42b95a75c11296e4d8584d1a3fafe475bfcecd/django-livejs2-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4136627468ff7cc04062629de34fd6de", "sha256": "54f8d0c22a417a9c2afba530631686d68cf9050403809583ae2f395f724b319c" }, "downloads": -1, "filename": "django-livejs2-1.0.tar.gz", "has_sig": false, "md5_digest": "4136627468ff7cc04062629de34fd6de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6634, "upload_time": "2012-10-13T03:29:17", "url": "https://files.pythonhosted.org/packages/4e/f4/d3d3fd1dd6516e9528ba0d42b95a75c11296e4d8584d1a3fafe475bfcecd/django-livejs2-1.0.tar.gz" } ] }