{ "info": { "author": "Daniel Greenfeld", "author_email": "pydanny@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "=============================\ndjango-registration-bootstrap\n=============================\n\nBootstrap friendly pieces for django-registration\n\nInstallation\n============\n\nFirst, get and install django-registration\n\nThen get django-registration-bootstrap from PyPI:\n\n.. code-block:: bash\n\n $ pip install django-registration-bootstrap==0.2.0\n \n\nInto the settings file, add the following to ``INSTALLED_APPS``:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n # ... everything else\n \n # Add the templates via INSTALLED_APPS\n 'registration_bootstrap',\n \n # only add crispy_forms if you aren't already using it\n 'crispy_forms'\n )\n\nRequirements\n============\n\n* Django 1.5+\n* Python 2.7+ or Python 3.3+\n* django-registration 1+ or django-reg 1+\n* django-crispy-forms 1.3.2+\n\nHistory\n=======\n\n0.2 (2013-06-28)\n\n * Removed absolute dependency on django-registration so this can rely on forks.\n * Implemented default registration's templates.\n * Discovery that no one had deployed a working, modern bootstrap implementation to PyPI.\n\n0.1 (2013-06-27)\n\n * Implemented simple registration's templates.\n * Discovery that no one had deployed a working, modern bootstrap implementation to PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/pydanny/django-registration-bootstrap", "keywords": "django", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-registration-bootstrap", "package_url": "https://pypi.org/project/django-registration-bootstrap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-registration-bootstrap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/pydanny/django-registration-bootstrap" }, "release_url": "https://pypi.org/project/django-registration-bootstrap/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Bootstrap implementation for Django registration.", "version": "0.2.0" }, "last_serial": 782018, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7e837e7a457cd73fd958648a6b9b2888", "sha256": "046ed502d27f8c40c4ed512859be7c14d02abc075a09946a8149cbb9650bc338" }, "downloads": -1, "filename": "django-registration-bootstrap-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7e837e7a457cd73fd958648a6b9b2888", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4090, "upload_time": "2013-06-27T12:37:29", "url": "https://files.pythonhosted.org/packages/54/43/590d3d0c16c759a7b092395d6c1c6ed02e01a3cc0d1d53088396ea3192f0/django-registration-bootstrap-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7f2f44c424c115b8767b113ebe942632", "sha256": "42c6c3e2cae89b00de95f3a87d2f43a184ea41e628bc7f430f5c8d54cddf8388" }, "downloads": -1, "filename": "django-registration-bootstrap-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7f2f44c424c115b8767b113ebe942632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4611, "upload_time": "2013-06-28T14:23:37", "url": "https://files.pythonhosted.org/packages/24/91/24b954d77c999c3fb62479170f9274a19ab7e54baec8ae82c578f9b97692/django-registration-bootstrap-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f2f44c424c115b8767b113ebe942632", "sha256": "42c6c3e2cae89b00de95f3a87d2f43a184ea41e628bc7f430f5c8d54cddf8388" }, "downloads": -1, "filename": "django-registration-bootstrap-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7f2f44c424c115b8767b113ebe942632", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4611, "upload_time": "2013-06-28T14:23:37", "url": "https://files.pythonhosted.org/packages/24/91/24b954d77c999c3fb62479170f9274a19ab7e54baec8ae82c578f9b97692/django-registration-bootstrap-0.2.0.tar.gz" } ] }