{ "info": { "author": "Henry Mehta", "author_email": "hjsmehta@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nOptIn\n=====\n\nOptIn is a simple Django app to manage User Preferences. For each\nCategory, Users can select Yes or No.\n\nYou set the Categories through the Admin panel\n\nDetailed documentation is needs writing.\n\nQuick start\n-----------\n\n1. Add \"optin\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'optin',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('optin/', include('optin.urls')),\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a Category (you'll need the Admin app enabled).\n\n5. Add OptIns \n to a template to provide a link. Please note, User must be logged in.\n\n6. Visit http://127.0.0.1:8000/, Login and click link to set preferences.\n\n\nSettings\n--------\n\nOptIn uses AUTH_USER_MODEL as the default user model. It will default to\nthe Django User model if AUTH_USER_MODEL is not set in settings.py\n\nOPTIN_SETTINGS_UPDATE_MESSAGE_BOOLEAN:\nIf True, on successful update of preferences the OPTIN_SETTINGS_UPDATE_MESSAGE\nis presented to User (via django messages).\nDefault = True\n\nOPTIN_SETTINGS_UPDATE_MESSAGE:\nMessage displayed to User if OPTIN_SETTINGS_UPDATE_MESSAGE_BOOLEAN set to True.\nDefault = 'Preferences Updated'", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/HenryMehta/django-optin", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-optin", "package_url": "https://pypi.org/project/django-optin/", "platform": "", "project_url": "https://pypi.org/project/django-optin/", "project_urls": { "Homepage": "https://github.com/HenryMehta/django-optin" }, "release_url": "https://pypi.org/project/django-optin/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to manage User Preferences.", "version": "1.0.0" }, "last_serial": 3860194, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d04e3208465968f95772e2087f904749", "sha256": "77e94ab7253c9846746fbe288e2dfe924da1fc9cf70f115fbd523c44b8393924" }, "downloads": -1, "filename": "django-optin-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d04e3208465968f95772e2087f904749", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5704, "upload_time": "2018-05-14T09:24:03", "url": "https://files.pythonhosted.org/packages/2e/cf/424bc60d65df6dbfbe870192d1d780bc161681eddcd95c9dfa6c604471fb/django-optin-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d04e3208465968f95772e2087f904749", "sha256": "77e94ab7253c9846746fbe288e2dfe924da1fc9cf70f115fbd523c44b8393924" }, "downloads": -1, "filename": "django-optin-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d04e3208465968f95772e2087f904749", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5704, "upload_time": "2018-05-14T09:24:03", "url": "https://files.pythonhosted.org/packages/2e/cf/424bc60d65df6dbfbe870192d1d780bc161681eddcd95c9dfa6c604471fb/django-optin-1.0.0.tar.gz" } ] }