{ "info": { "author": "Ankit Jaiswal", "author_email": "ankit.jaiswal07@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nOffline\n=====\n\nOffline is a simple Django app to put a Django Web application under \nmaintenance/offline mode using a simple interface under admin role.\n\nInstallation\n------------\n\ndjango-offline works with python >= 2.5 and django >= 1.2 \n\nRecommended way to install is by using pip as below:\n\npip install django-offline\n\nQuick start\n-----------\n\n1. Add \"offline\" to your INSTALLED_APPS setting like this:\n\n INSTALLED_APPS = (\n ...\n 'offline',\n )\n\n2. Add the OfflineMiddleware to MIDDLEWARE_CLASSES list \n (after SessionMiddleware and AuthenticationMiddleware) in settings.py \n file of your project:\n\n MIDDLEWARE_CLASSES = (\n ...\n 'offline.middleware.OfflineMiddleware',\n)\n\n\n3. Run `python manage.py syncdb` to create the polls models.\n\n4. Visit the admin site to set your Web application to offline mode by \n setting offline flag (you'll need the Admin app enabled).\n\n5. You can customize the message shown on the website.", "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/ankitjaiswal07/django-offline", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-offline", "package_url": "https://pypi.org/project/django-offline/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-offline/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ankitjaiswal07/django-offline" }, "release_url": "https://pypi.org/project/django-offline/0.2/", "requires_dist": null, "requires_python": null, "summary": "Fixed a bug with BooleanField for django 1.6", "version": "0.2" }, "last_serial": 1624511, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2a9368a066d792e86e1379cf53d16b1f", "sha256": "25ae7bce277e240caa59c3d1cb9b7abd1867e96953900d997fa0748fbf93da48" }, "downloads": -1, "filename": "django-offline-0.1.tar.gz", "has_sig": false, "md5_digest": "2a9368a066d792e86e1379cf53d16b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3977, "upload_time": "2014-09-14T07:37:16", "url": "https://files.pythonhosted.org/packages/45/95/d3f2274235624bde64f96db76c6f9d506a67337e1e16e2be9418dda854b5/django-offline-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f4a9016267f8274fc8317e0a3bc6cbb6", "sha256": "df0bd29914b642d63ab62f36a065b708ef303aa7f94ad6a35c0f445fbe0248d1" }, "downloads": -1, "filename": "django-offline-0.2.tar.gz", "has_sig": false, "md5_digest": "f4a9016267f8274fc8317e0a3bc6cbb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4024, "upload_time": "2015-07-08T14:34:55", "url": "https://files.pythonhosted.org/packages/ec/ef/51bf98f8937aa7dd3cb8c540af49071a29ba2ac0bde4d5bc5fa13a6f2bdb/django-offline-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f4a9016267f8274fc8317e0a3bc6cbb6", "sha256": "df0bd29914b642d63ab62f36a065b708ef303aa7f94ad6a35c0f445fbe0248d1" }, "downloads": -1, "filename": "django-offline-0.2.tar.gz", "has_sig": false, "md5_digest": "f4a9016267f8274fc8317e0a3bc6cbb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4024, "upload_time": "2015-07-08T14:34:55", "url": "https://files.pythonhosted.org/packages/ec/ef/51bf98f8937aa7dd3cb8c540af49071a29ba2ac0bde4d5bc5fa13a6f2bdb/django-offline-0.2.tar.gz" } ] }