{ "info": { "author": "Rondebu Software", "author_email": "info@rondebu.com", "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 :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "========================\nDjango Easy Subscription\n========================\n\nA Django application that provides a subscription pop-up form, and can be integrated with multiple email marketing platforms.\n\n.. contents::\n :local:\n :backlinks: none\n\n\nInstallation\n============\n\n1. ``pip install django-easy-subscription``\n2. Add ``easy_subscription`` to ``INSTALLED_APPS``\n3. Run `python manage.py migrate` to create the subscriber model.\n4. Add an URL entry to your project's ``urls.py``, for example::\n\n from django.conf import settings\n\n if 'easy_subcription' in settings.INSTALLED_APPS:\n urlpatterns += [\n path('easy-subscription/', include('easy_subscription.urls')),\n ]\n\nNote: you can use whatever you wish as the URL prefix.\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rondebu/django-easy-subscription", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-easy-subscription", "package_url": "https://pypi.org/project/django-easy-subscription/", "platform": "", "project_url": "https://pypi.org/project/django-easy-subscription/", "project_urls": { "Homepage": "https://github.com/rondebu/django-easy-subscription" }, "release_url": "https://pypi.org/project/django-easy-subscription/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A Django application that provides a subscription pop-up form, and can be integrated with multiple email marketing platforms.", "version": "0.1.0" }, "last_serial": 5572997, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c58c187f5b90d9af2289496722a5bdb1", "sha256": "a41fceed1799254e2d283f28042576a011cbd18d643fb4a15f11f2c073bdaf94" }, "downloads": -1, "filename": "django_easy_subscription-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c58c187f5b90d9af2289496722a5bdb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16955, "upload_time": "2019-07-23T15:06:37", "url": "https://files.pythonhosted.org/packages/81/3b/2d05b6780054cc212840b2a5799daf9b0304ba1cf5fd747afdc151ea8f26/django_easy_subscription-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed16a9ae5f618315658ea18452be79d2", "sha256": "14a973e9a2445ac111862e1318ee0d7b69722d5cc37cbc540290248ff05e30fb" }, "downloads": -1, "filename": "django-easy-subscription-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ed16a9ae5f618315658ea18452be79d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11671, "upload_time": "2019-07-23T15:06:38", "url": "https://files.pythonhosted.org/packages/32/77/e08c73c0584be19814adde67d05f68ab3f1a255f71f6127f791c46cdfeac/django-easy-subscription-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c58c187f5b90d9af2289496722a5bdb1", "sha256": "a41fceed1799254e2d283f28042576a011cbd18d643fb4a15f11f2c073bdaf94" }, "downloads": -1, "filename": "django_easy_subscription-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c58c187f5b90d9af2289496722a5bdb1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16955, "upload_time": "2019-07-23T15:06:37", "url": "https://files.pythonhosted.org/packages/81/3b/2d05b6780054cc212840b2a5799daf9b0304ba1cf5fd747afdc151ea8f26/django_easy_subscription-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed16a9ae5f618315658ea18452be79d2", "sha256": "14a973e9a2445ac111862e1318ee0d7b69722d5cc37cbc540290248ff05e30fb" }, "downloads": -1, "filename": "django-easy-subscription-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ed16a9ae5f618315658ea18452be79d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11671, "upload_time": "2019-07-23T15:06:38", "url": "https://files.pythonhosted.org/packages/32/77/e08c73c0584be19814adde67d05f68ab3f1a255f71f6127f791c46cdfeac/django-easy-subscription-0.1.0.tar.gz" } ] }