{ "info": { "author": "Vijay Khemlani", "author_email": "vkhemlan@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=============================\ndjango_crispy_forms_registration\n=============================\n\ndjango_crispy_forms_registration is a library that combines the\nfeatures of the `default authentication application `_\nof Django with the registration system of `django-registration `_,\noverriding their default forms with ones that make use of the\n`crispy forms library `_.\n.\n\nInstallation\n============\n\nThe easiest way to install django_crispy_forms_registration is using pip::\n\n pip install django_crispy_forms_registration\n\nConfiguration\n=============\n\nEnable the admin, registration and crispy_forms_registration apps in\nyour project settings. Make sure that your application appears before the rest::\n\n 'YOUR_APPLICATION',\n 'registration',\n 'crispy_forms_registration',\n 'django.contrib.admin',\n\nIn the URLs file of the project, append the following declaration::\n\n urlpatterns += patterns('',\n url(r'^accounts/', \n include('crispy_forms_registration.urls')),\n )\n\nDemo\n====\n\nThe source code includes a small Django project and client application that\nmakes use of the library, just download it and run the typical commands to run\na Django project::\n\n python manage.py syncdb\n python manage.py runserver\n\nIts settings configuration show the installation and configuration steps\ndescribed above.", "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/SoloTodo/django_crispy_forms_registration", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "django_crispy_forms_registration", "package_url": "https://pypi.org/project/django_crispy_forms_registration/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_crispy_forms_registration/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SoloTodo/django_crispy_forms_registration" }, "release_url": "https://pypi.org/project/django_crispy_forms_registration/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Library that merges Django auth, registration, and crispy", "version": "0.1.3" }, "last_serial": 1119399, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3a657066669fbdc77cba80845a544507", "sha256": "5ed97d5deadff41632e261891f2d0d9af002485fbe5192a5c0e57d9e1879b9ee" }, "downloads": -1, "filename": "django_crispy_forms_registration-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3a657066669fbdc77cba80845a544507", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3526, "upload_time": "2013-09-11T18:58:30", "url": "https://files.pythonhosted.org/packages/0c/cd/8b27e73861ad6660db680b4cd7cd74b26fa8a041218b8c409308fe1192be/django_crispy_forms_registration-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f5c261333184bc772ecfa680bf65fb45", "sha256": "9f91d1261fd58f06b9e009f11133a208f3d7aeebc55d19d0c808949ba2c9bc3f" }, "downloads": -1, "filename": "django_crispy_forms_registration-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f5c261333184bc772ecfa680bf65fb45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3782, "upload_time": "2013-09-13T20:17:21", "url": "https://files.pythonhosted.org/packages/9e/b2/06ff841022055775cdbc090a1202b15b36fc42b6e0c6ebd920edf9267328/django_crispy_forms_registration-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6a8bb1d0856827af9762f6c456f89617", "sha256": "dc459bc186332a9f7d9b15771065709c1e31aa540868124332949cd7404cdaf1" }, "downloads": -1, "filename": "django_crispy_forms_registration-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6a8bb1d0856827af9762f6c456f89617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3757, "upload_time": "2013-09-14T02:44:24", "url": "https://files.pythonhosted.org/packages/0e/2a/5700dc6d23828ef873b7d40670cd2baea4a046b36dcdf82d832e4e4634f6/django_crispy_forms_registration-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "14b420f420dca405d0b847d306d8a0ce", "sha256": "b53f4c5d5181588f3d6a3916a969e417ddc2af038d9ada823135503a18de9f05" }, "downloads": -1, "filename": "django_crispy_forms_registration-0.1.3.tar.gz", "has_sig": false, "md5_digest": "14b420f420dca405d0b847d306d8a0ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3774, "upload_time": "2014-06-09T15:40:09", "url": "https://files.pythonhosted.org/packages/a2/98/9e096dbf7ccbbc47e985efc6c31d7f34aa76edb040b249b06a29d045fada/django_crispy_forms_registration-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14b420f420dca405d0b847d306d8a0ce", "sha256": "b53f4c5d5181588f3d6a3916a969e417ddc2af038d9ada823135503a18de9f05" }, "downloads": -1, "filename": "django_crispy_forms_registration-0.1.3.tar.gz", "has_sig": false, "md5_digest": "14b420f420dca405d0b847d306d8a0ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3774, "upload_time": "2014-06-09T15:40:09", "url": "https://files.pythonhosted.org/packages/a2/98/9e096dbf7ccbbc47e985efc6c31d7f34aa76edb040b249b06a29d045fada/django_crispy_forms_registration-0.1.3.tar.gz" } ] }