{ "info": { "author": "Informatika Mihelac", "author_email": "bmihelac@mihelac.org", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "Django cookie consent\n=====================\n\ndjango-cookie-consent is a reusable application for managing various\ncookies and visitors consent for their use in Django project.\n\nFeatures:\n\n* cookies and cookie groups are stored in models for easy management\n through Django admin interface\n\n* support for both opt-in and opt-out cookie consent schemes\n\n* removing declined cookies (or non accepted when opt-in scheme is used)\n\n* logging user actions when they accept and decline various cookies\n\n* easy adding new cookies and seamlessly re-asking for consent for new cookies\n\nDocumentation\n-------------\n\nhttps://django-cookie-consent.readthedocs.org/en/latest/\n\n\nConfiguration\n-------------\n\n1. Add ``cookie_consent`` to your ``INSTALLED_APPS``.\n\n2. Add ``django.core.context_processors.request``\n to ``TEMPLATE_CONTEXT_PROCESSORS`` if it is not already added.\n\n3. Include django-cookie-consent urls in ``urls.py``::\n\n url(r'^cookies/', include('cookie_consent.urls'))\n\n4. Run ``syncdb`` or ``migrate`` django management command.\n\n\nExample app\n-----------\n\n::\n\n cd tests && ./manage.py runserver\n\nUsername and password for admin are 'admin', 'password'.\n", "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/bmihelac/django-cookie-consent", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-cookie-consent", "package_url": "https://pypi.org/project/django-cookie-consent/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cookie-consent/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bmihelac/django-cookie-consent" }, "release_url": "https://pypi.org/project/django-cookie-consent/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Django cookie consent application", "version": "0.1.1" }, "last_serial": 768128, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "482b66f3485ee32359237ea9ae2ba0b8", "sha256": "c034b7716543821f2939d175a871ad8efbb7be3127579c8a20f443bf9bc3b139" }, "downloads": -1, "filename": "django-cookie-consent-0.1.macosx-10.8-x86_64.exe", "has_sig": false, "md5_digest": "482b66f3485ee32359237ea9ae2ba0b8", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 81130, "upload_time": "2013-06-07T17:17:21", "url": "https://files.pythonhosted.org/packages/0e/93/846f6e7059d62dffce7ad84b799f86643d97531a91fcc511d303ede3861d/django-cookie-consent-0.1.macosx-10.8-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "cc44f205f423c140fd3752d2ec41fea6", "sha256": "a3bab828bbe3e16287a179f8bff9dddb7dd424761deff7a4b9c5e0cfd96526cd" }, "downloads": -1, "filename": "django-cookie-consent-0.1.tar.gz", "has_sig": false, "md5_digest": "cc44f205f423c140fd3752d2ec41fea6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12479, "upload_time": "2013-06-07T17:17:18", "url": "https://files.pythonhosted.org/packages/9e/d2/0805017412d546a14b0995af0e3d4124a19c4613b7949a6dee7133579e5b/django-cookie-consent-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e2c8c92ba2f1b851f0fe7f15cb5714ec", "sha256": "90b89f484bd150414a8ae57e80c9be05d9cfde73363d1c49f1589b4c0ea02ea5" }, "downloads": -1, "filename": "django-cookie-consent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e2c8c92ba2f1b851f0fe7f15cb5714ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12693, "upload_time": "2013-06-11T14:54:13", "url": "https://files.pythonhosted.org/packages/c0/2c/09ca9511a036e931361ba166d59f0eaa3451017046cfd3bfa24e93dceb19/django-cookie-consent-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e2c8c92ba2f1b851f0fe7f15cb5714ec", "sha256": "90b89f484bd150414a8ae57e80c9be05d9cfde73363d1c49f1589b4c0ea02ea5" }, "downloads": -1, "filename": "django-cookie-consent-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e2c8c92ba2f1b851f0fe7f15cb5714ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12693, "upload_time": "2013-06-11T14:54:13", "url": "https://files.pythonhosted.org/packages/c0/2c/09ca9511a036e931361ba166d59f0eaa3451017046cfd3bfa24e93dceb19/django-cookie-consent-0.1.1.tar.gz" } ] }