{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "loaderio-django-thelab\n===============\n\nUpdated version of the loaderio-django Django app that makes it easy to verify your application against loader.io_ by\nallowing you to specify your loader.io `verification token`_ in the Django admin\ninterface.\n\nThis version updates migrations to not use south.\n\n.. _loader.io: https://loader.io\n.. _verification token: http://support.loader.io/article/20-verifying-an-app\n\n\nInstallation\n------------\n\n1. Add \"loaderio\" to your INSTALLED_APPS in your Django settings::\n\n INSTALLED_APPS = (\n ...\n 'loaderio',\n )\n\n2. Include the loaderio URLconf in your project urls.py::\n\n url('^$', include('loaderio.urls'))\n\n3. Update your database schema with the new models::\n\n python manage.py migrate\n\nUsage\n-----\n\nOnce installed, the admin interface will have a *Loaderio* section with\n*Validation* models. Add a new validation model and specify your\nloader.io token (e.g., ``loaderio-28016b04fdb0ed4ea066ecec5a19c1ad``).\n\nThat's all you need to do. Your Django site should now respond to requests\nagainst ``/`` (e.g., ``/loaderio-28016b04fdb0ed4ea066ecec5a19c1ad``).", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-loaderio-thelab", "package_url": "https://pypi.org/project/django-loaderio-thelab/", "platform": "", "project_url": "https://pypi.org/project/django-loaderio-thelab/", "project_urls": null, "release_url": "https://pypi.org/project/django-loaderio-thelab/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "An app for adding loader.io validation tokens", "version": "1.0.0" }, "last_serial": 3192657, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d12767257bb9f3b753b53248f4c6893d", "sha256": "a2faffecbc6105605b412b8b2b3da79e9c37227192ad42017cc017f27eae21ba" }, "downloads": -1, "filename": "django-loaderio-thelab-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d12767257bb9f3b753b53248f4c6893d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3378, "upload_time": "2017-09-21T19:16:59", "url": "https://files.pythonhosted.org/packages/58/1f/c77ede1692eab1eac0d80ea30b71d38c148ba036e16da0424cdd831953d1/django-loaderio-thelab-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d12767257bb9f3b753b53248f4c6893d", "sha256": "a2faffecbc6105605b412b8b2b3da79e9c37227192ad42017cc017f27eae21ba" }, "downloads": -1, "filename": "django-loaderio-thelab-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d12767257bb9f3b753b53248f4c6893d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3378, "upload_time": "2017-09-21T19:16:59", "url": "https://files.pythonhosted.org/packages/58/1f/c77ede1692eab1eac0d80ea30b71d38c148ba036e16da0424cdd831953d1/django-loaderio-thelab-1.0.0.tar.gz" } ] }