{ "info": { "author": "Miguel Angel Cumpa Asu\u00f1a", "author_email": "miguel.cumpa.ascuna@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "# Django Ubigeo Per\u00fa\n\ndjango-ubigeo-peru, es una app que te permitira implementar facilmente los ubigeos de la RENIEC en tus django app.\n\n## Instalar\n\nEn tu settings.py\n\n```python\n INSTALLED_APPS = (\n ....\n 'ubigeo',\n )\n```\n\n\nEn tu urls.py\n\n```python\n urlpatterns = patterns('',\n ....\n (r'^ubigeo/', include('ubigeo.urls')),\n )\n```\n\nEn tu forms.py\n```\nfrom django import forms\nfrom ubigeo.fields import UbigeoField\nfrom mymodels import Model\n\n\nclass IncidentForm(forms.ModelForm):\n\n location = UbigeoField(required=False)\n class Meta:\n model = Model\n fields = \"__all__\"\n```\nPuedes usar los parametros:\nattrs_1 para atributos html para regiones\nattrs_2 para atributos html para provincias\nattrs_3 para atributos html para distritos\nwith_international para seleccionar con valores internacionales\n\n## TODO\n- Refactor Javascript functions to recieve a selector as an argument in the example aplication.\n\n## Licencia\nSee LICENSE\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://bit.ly/2TmzzVB", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/micky_miseck/django-ubigeo-peru", "keywords": "ubigeo,peru", "license": "GPL v.3", "maintainer": "", "maintainer_email": "", "name": "django-ubigeo-peru", "package_url": "https://pypi.org/project/django-ubigeo-peru/", "platform": "", "project_url": "https://pypi.org/project/django-ubigeo-peru/", "project_urls": { "Download": "https://bit.ly/2TmzzVB", "Homepage": "https://bitbucket.org/micky_miseck/django-ubigeo-peru" }, "release_url": "https://pypi.org/project/django-ubigeo-peru/0.2.4/", "requires_dist": null, "requires_python": "", "summary": " Django app para aplicaciones que requieran usar los ubigeos del Per\u00fa. ", "version": "0.2.4" }, "last_serial": 5008547, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "b2b20cf64b433fe95e2151db12799394", "sha256": "4eec42f201d04f857a4b30fca3e2550c48e19d85f0d5eb47550c25e2186f0669" }, "downloads": -1, "filename": "django_ubigeo_peru-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b2b20cf64b433fe95e2151db12799394", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53628, "upload_time": "2015-05-25T17:02:31", "url": "https://files.pythonhosted.org/packages/0e/17/a599bea7bf1a3743546698f0c8bf74b5e1fa25bbb8285159f300d22b908d/django_ubigeo_peru-0.1.1.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "31f83181aadb153659bc5723b2632a42", "sha256": "d64723dcbbcef96f4f9bb11860bfa8ff255ac7ecb7182389ead0dcfaef67089b" }, "downloads": -1, "filename": "django_ubigeo_peru-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "31f83181aadb153659bc5723b2632a42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 70424, "upload_time": "2019-02-18T23:10:01", "url": "https://files.pythonhosted.org/packages/8b/ee/2ce678129e12d37da62613cf7b7a86bff26eac9e9e0bce2c308f38d0b23a/django_ubigeo_peru-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bbb6fb3adcfdedb43682400a55dd4ce", "sha256": "9469e07e057548e4d8bf52ab0b097b9aecd808e91a1f77527b67c6c51321c6ec" }, "downloads": -1, "filename": "django_ubigeo_peru-0.2.3.tar.gz", "has_sig": false, "md5_digest": "8bbb6fb3adcfdedb43682400a55dd4ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53799, "upload_time": "2019-02-18T23:10:10", "url": "https://files.pythonhosted.org/packages/01/43/a8e9790f653250ab49341c764d8cee21d696fcbb331a99b4856ef3b6e22e/django_ubigeo_peru-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "c8264356188e95d6867505c42e093018", "sha256": "d5cb93e44885ffe08d9f4cb70dad502b9a7a793da8fc8e0dd8cd7ff506cb4cb8" }, "downloads": -1, "filename": "django_ubigeo_peru-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c8264356188e95d6867505c42e093018", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 77083, "upload_time": "2019-03-31T03:53:11", "url": "https://files.pythonhosted.org/packages/c6/a8/b57e086681e7fcc5e71046f49bde69ba47d38c31b7354ae9ccdb54880fd7/django_ubigeo_peru-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb864747d6292850212f675f62307d2a", "sha256": "d7750ee980dfa24624c9664c04324405c18de3c5b07af8f7c730488483e90f2e" }, "downloads": -1, "filename": "django-ubigeo-peru-0.2.4.tar.gz", "has_sig": false, "md5_digest": "fb864747d6292850212f675f62307d2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57835, "upload_time": "2019-03-31T03:53:12", "url": "https://files.pythonhosted.org/packages/1b/72/097090155cc047c9d0dae0e25ab282fab0af6962e5848396b698ea8c37b4/django-ubigeo-peru-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8264356188e95d6867505c42e093018", "sha256": "d5cb93e44885ffe08d9f4cb70dad502b9a7a793da8fc8e0dd8cd7ff506cb4cb8" }, "downloads": -1, "filename": "django_ubigeo_peru-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c8264356188e95d6867505c42e093018", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 77083, "upload_time": "2019-03-31T03:53:11", "url": "https://files.pythonhosted.org/packages/c6/a8/b57e086681e7fcc5e71046f49bde69ba47d38c31b7354ae9ccdb54880fd7/django_ubigeo_peru-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb864747d6292850212f675f62307d2a", "sha256": "d7750ee980dfa24624c9664c04324405c18de3c5b07af8f7c730488483e90f2e" }, "downloads": -1, "filename": "django-ubigeo-peru-0.2.4.tar.gz", "has_sig": false, "md5_digest": "fb864747d6292850212f675f62307d2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57835, "upload_time": "2019-03-31T03:53:12", "url": "https://files.pythonhosted.org/packages/1b/72/097090155cc047c9d0dae0e25ab282fab0af6962e5848396b698ea8c37b4/django-ubigeo-peru-0.2.4.tar.gz" } ] }