{ "info": { "author": "Hector Costa", "author_email": "hcostaguzman@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django-easyregistration\n=======================\n\n**The easy way to manage frontend users auth and registration in Django**\n\nDjango-easyregistration is a simple Django app to manage frontend users login/logout and registration process, build with class based views and Twitter Bootstrap.\n\nScreenshots\n-----------\n.. image:: http://hcosta.info/site_media/uploads/portfolio/2013-12-django-easyregistration/screen1.png\n :align: center\n\n.. image:: http://hcosta.info/site_media/uploads/portfolio/2013-12-django-easyregistration/screen2.png\n :align: center\n\nRequirements\n-----------\n\n* Django 1.5/1.6\n\nChanges\n-----------\n\n* Django-easyregistration 0.1beta (December 31th, 2013): Spanish localization added.\n\nQuick start\n-----------\n\n1. Install it with pip in your env::\n\n $ pip install django-easyregistration\n\n2. Add \"registration\" to your INSTALLED_APPS setting like this::\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'registration',\n )\n\n3. Include the registration URLconf in your project urls.py like this::\n\n.. code-block:: python\n\n url(r'^accounts/', include('registration.urls')),\n\n4. Configure manually your preferred URLS in 'registration/config.py' file.\n\n5. Start the development server and visit http://127.0.0.1:8000/accounts/login/ or create an account at http://127.0.0.1:8000/accounts/register/.", "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/hcosta/django-easyregistration", "keywords": null, "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "django-easyregistration", "package_url": "https://pypi.org/project/django-easyregistration/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-easyregistration/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hcosta/django-easyregistration" }, "release_url": "https://pypi.org/project/django-easyregistration/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to manage users login/logout and registration.", "version": "0.1" }, "last_serial": 1015733, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b57311aceba2ea5c1b3b4cfc75b875bf", "sha256": "159b8cab914d103f58ccff587ee768faedb82670a72c76cf088aa5219c1b4660" }, "downloads": -1, "filename": "django-easyregistration-0.1.tar.gz", "has_sig": false, "md5_digest": "b57311aceba2ea5c1b3b4cfc75b875bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71586, "upload_time": "2014-03-01T16:04:53", "url": "https://files.pythonhosted.org/packages/1c/23/b2be88c65f02bc7626e6eee8671585c27b64e2546a97b05a985deca19d42/django-easyregistration-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b57311aceba2ea5c1b3b4cfc75b875bf", "sha256": "159b8cab914d103f58ccff587ee768faedb82670a72c76cf088aa5219c1b4660" }, "downloads": -1, "filename": "django-easyregistration-0.1.tar.gz", "has_sig": false, "md5_digest": "b57311aceba2ea5c1b3b4cfc75b875bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71586, "upload_time": "2014-03-01T16:04:53", "url": "https://files.pythonhosted.org/packages/1c/23/b2be88c65f02bc7626e6eee8671585c27b64e2546a97b05a985deca19d42/django-easyregistration-0.1.tar.gz" } ] }