{ "info": { "author": "Squarehost Ltd", "author_email": "rhys@squarehost.co.uk", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.6", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango Simple Cookie Consent\n=====\n\nDjango Simple Cookie Consent is a simple Django app to display a custom cookie message.\nEach visitor to the site will get a popup to say that the site uses cookies.\n\nDetailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"django_simple_cookie_consent.apps.DjangoSimpleCookieConsentConfig\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n #Django >= 1.7\n 'django_simple_cookie_consent.apps.DjangoSimpleCookieConsentConfig',\n #Django > 1.7\n 'django_simple_cookie_consent',\n ]\n\n2. If using Django South place the following in your SOUTH_MIGRATION_MODULES like this::\n\n SOUTH_MIGRATION_MODULES = {\n 'django_simple_cookie_consent': 'django_simple_cookie_consent.south_migrations.0001_initial.py',\n }\n\n3. Add \"{% load django_simple_cookie_consent_tags %}\" to your base template then place \"{% display_cookie_consent %}\" somewhere in the head tag like this::\n\n ...other loads\n {% load django_simple_cookie_consent_tags %}\n \n ...other links/scripts\n {% display_cookie_consent %}\n \n\n4. Run `python manage.py migrate` to create the CookieConsentSettings model.\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a settings instance (you'll need the Admin app enabled).\n\n6. Visit http://127.0.0.1:8000/ to see the cookie message.\n\n\nThis package is using https://github.com/insites/cookieconsent but does not support all features at the current time (this may happen later on if the other features are needed).", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.squarehost.co.uk/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-simple-cookie-consent", "package_url": "https://pypi.org/project/django-simple-cookie-consent/", "platform": "", "project_url": "https://pypi.org/project/django-simple-cookie-consent/", "project_urls": { "Homepage": "https://www.squarehost.co.uk/" }, "release_url": "https://pypi.org/project/django-simple-cookie-consent/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to display a custom cookie message.", "version": "0.1.1" }, "last_serial": 3887485, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7a45e43f13d584ddce92a7d0712e4205", "sha256": "17440af7f5b784551032125a1e6a4497ddb1d2bea67476818dbb2bae8b0c455a" }, "downloads": -1, "filename": "django-simple-cookie-consent-0.1.tar.gz", "has_sig": false, "md5_digest": "7a45e43f13d584ddce92a7d0712e4205", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21695, "upload_time": "2018-05-22T12:24:05", "url": "https://files.pythonhosted.org/packages/48/a6/6c4d7e346f2f9f3c885b34eed91c2fd8e37d5e3d7c85bb687a3dd0b25df7/django-simple-cookie-consent-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4f995b7432441ce838a3e4155f1f3ffe", "sha256": "454c874bdd0a99ac0f19535d850832c4a9808df926c345d1f0b2ae484d6645fc" }, "downloads": -1, "filename": "django-simple-cookie-consent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4f995b7432441ce838a3e4155f1f3ffe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21693, "upload_time": "2018-05-22T12:29:47", "url": "https://files.pythonhosted.org/packages/a2/84/99ccc8beedcc9e60cc395443629a61240fdaa33d8b3c16ac85615b27e83c/django-simple-cookie-consent-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f995b7432441ce838a3e4155f1f3ffe", "sha256": "454c874bdd0a99ac0f19535d850832c4a9808df926c345d1f0b2ae484d6645fc" }, "downloads": -1, "filename": "django-simple-cookie-consent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4f995b7432441ce838a3e4155f1f3ffe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21693, "upload_time": "2018-05-22T12:29:47", "url": "https://files.pythonhosted.org/packages/a2/84/99ccc8beedcc9e60cc395443629a61240fdaa33d8b3c16ac85615b27e83c/django-simple-cookie-consent-0.1.1.tar.gz" } ] }