{ "info": { "author": "MHadi Ahmed", "author_email": "mhadiahmed63@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\ndjango-esay-account\n=====\n\ndjango-esay-account is a simple Django app for accounts handle login & SingUp & logout and User Profil tow\n\n\n\nQuick start\n-----------\n\n1. Add \"django-esay-account\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'crispy_forms',\n 'account',\n ]\n add this line for the crispy_froms\n\n\tCRISPY_TEMPLATE_PACK = 'bootstrap3'\n\n2. Include the account URLconf in your project urls.py like this::\n\n url(r'^', include('account.urls')),\n \n\n3. add this 6 lines at the bottom in the settings files to handel the password reset.\n\n\tEMAIL_BACKEND ='django.core.mail.backends.console.EmailBackend' \n\tDEFAULT_FROM_EMAIL = 'example@example.com'\n\tEMAIL_HOST_USER = ''\n\tEMAIL_HOST_PASSWORD = ''\n\tEMAIL_USE_TLS = False \n\tEMAIL_PORT = 1025\n \n and \n \n MEDIA_URL = '/media/'\n\n4. Run `python manage.py migrate` to create the django-esay-account models.\n\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/\n to create a django-esay-account (you'll need the Admin app enabled).\n\n6. Visit http://127.0.0.1:8000/login/ to test the django-esay-account.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.example.com/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-esay-account", "package_url": "https://pypi.org/project/django-esay-account/", "platform": "", "project_url": "https://pypi.org/project/django-esay-account/", "project_urls": { "Homepage": "https://www.example.com/" }, "release_url": "https://pypi.org/project/django-esay-account/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app for accounts handle login & SingUp & logout.", "version": "0.0.3" }, "last_serial": 3126137, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1446f1f937a52b45a7c567b1e72eddcf", "sha256": "9382f27307032d472f72d1afb72b6040b26787403e9402632f9368ac7013f2cf" }, "downloads": -1, "filename": "django-esay-account-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1446f1f937a52b45a7c567b1e72eddcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1074592, "upload_time": "2017-08-01T10:16:24", "url": "https://files.pythonhosted.org/packages/87/7b/fa0e0d74ba08b9b54fc211245adbcd8a40d3a32ba5fe8a65c28adc3ea409/django-esay-account-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7bf4c7a0259e0e5aa70a3218766ea37f", "sha256": "966310e2b5046996055f5a51ce67f8ac354370754ec6d4e2186e598512a0dec9" }, "downloads": -1, "filename": "django-esay-account-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7bf4c7a0259e0e5aa70a3218766ea37f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1074870, "upload_time": "2017-08-01T11:26:29", "url": "https://files.pythonhosted.org/packages/62/f6/5f069d9e83b478d0e71cb72ae60d729ab9d56341c044df369a35e9cfc061/django-esay-account-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a2d64e007140d723713487acc64820ec", "sha256": "76a49da0e87743b8144810fdbc675c0976ef5da35ef23db560c00dc2bee81b8e" }, "downloads": -1, "filename": "django-esay-account-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a2d64e007140d723713487acc64820ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1104421, "upload_time": "2017-08-27T07:49:06", "url": "https://files.pythonhosted.org/packages/01/db/913cfa8228c5d0082ea239d40382c6d1a564f7548b705d2b9a5c50c4a230/django-esay-account-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2d64e007140d723713487acc64820ec", "sha256": "76a49da0e87743b8144810fdbc675c0976ef5da35ef23db560c00dc2bee81b8e" }, "downloads": -1, "filename": "django-esay-account-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a2d64e007140d723713487acc64820ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1104421, "upload_time": "2017-08-27T07:49:06", "url": "https://files.pythonhosted.org/packages/01/db/913cfa8228c5d0082ea239d40382c6d1a564f7548b705d2b9a5c50c4a230/django-esay-account-0.0.3.tar.gz" } ] }