{ "info": { "author": "Matthew, lee", "author_email": "bluedisk@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-jumin => django-korean-fields \ub85c \uc9c4\ud654\uc911\nDjango\uc6a9 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \ud544\ub4dc & \uc704\uc82f\n\n#### \uae30\ub2a5\n- \uc8fc\ubbfc\ubc88\ud638 \uc720\ud6a8\uc131 \uac80\uc0ac\n- \ub0a0\uc790 \uc720\ud6a8\uc131 \uac80\uc0ac(\uc724\ub144 \uac80\uc0ac \ud3ec\ud568)\n- \ubd99\uc5ec \ub123\uae30 \uc801\ub2f9\ud788 \uc798\ub418\uac8c\n- \uc55e\ub4a4 \uc8fc\ubbfc\ubc88\ud638 \uc774\ub3d9\n- \uc55e\uc790\ub9ac \ub2e4\uc4f0\uace0 \ub098\uc11c \uace0\uce60 \ub54c \uc9dc\uc99d\ub098\uac8c \uc790\uafb8 \ub4b7\uc790\ub9ac\ub85c \ub0a0\ub77c\uac00\uc9c0 \uc54a\uc74c\n- \uadf8 \uc678 \uc575\uac04\ud55c\uac70 \uadf8\ub0e5 \ub2e4 \ub428\n\n#### Demo\n![Demo](./demo/demo_small.gif)\n\n#### Example\n\nexample \ud3f4\ub354 \ucc38\uc870\n\n## \uc758\uc874\uc131\n- Twitter bootstrap 3\n- jQuery\n- Django (2.0+\ub9cc \ud14c\uc2a4\ud2b8)\n- django-bootstrap-form \uc0ac\uc6a9\ud558\uba74 \uc88b\uc74c(\uc548\ud574\ub3c4\ub418\uace0...)\n\n## \uc0ac\uc6a9\ubc95\nINSTALL_APPS\uc5d0 'jumin'\ucd94\uac00\n\n``` python\nINSTALLED_APPS = [\n 'jumin',\n \n ...\n 'my_app',\n ...\n \n 'django.contrib.admin\n```\n\n## model\uc5d0\uc11c \uc0ac\uc6a9 \uc2dc \n```python\nfrom django.db import models\nfrom jumin.fields import JuminField\n\nclass YourEverythingModel(models.Model):\n\n name = models.CharField(u'\uc2e4\uba85', max_length=20)\n \n jumin = JuminField(u'\ub0b4 \uc8fc\ubbfc\ubc88\ud638')\n mom_jumin = JuminField(u'\uc5c4\ub9c8 \uc8fc\ubbfc\ubc88\ud638')\n dad_jumin = JuminField(u'\uc544\ube60 \uc8fc\ubbfc\ubc88\ud638')\n uncle_jumin = JuminField(u'\uc0bc\ucd0c \uc8fc\ubbfc\ubc88\ud638')\n \n your_secret = models.TextField(u'\ube44\ubc00\uc815\ubcf4')\n ...\n``` \n\n## form\uc5d0\uc11c \uc0ac\uc6a9 \uc2dc\n```python\nclass TestForm(forms.Form):\n jumin = JuminFormField()\n another = CharField(label='test', max_length=10, required=False)\n```\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bluedisk/django-korean-fields", "keywords": "django field widget korean registration jumin saup bupin", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-korean-fields", "package_url": "https://pypi.org/project/django-korean-fields/", "platform": "", "project_url": "https://pypi.org/project/django-korean-fields/", "project_urls": { "Homepage": "https://github.com/bluedisk/django-korean-fields" }, "release_url": "https://pypi.org/project/django-korean-fields/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Django field & widget for korean people registration code aka Jumin-bunho", "version": "0.2.0" }, "last_serial": 4114458, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "06400089380406c68403cd9ca903b61a", "sha256": "bfd2941d25a025d2e76ce4fd35fafbc4f70f91bf4d65e9c4e943fecebfe6c8d5" }, "downloads": -1, "filename": "django-korean-fields-0.1.2.tar.gz", "has_sig": false, "md5_digest": "06400089380406c68403cd9ca903b61a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8989, "upload_time": "2018-07-29T16:00:22", "url": "https://files.pythonhosted.org/packages/60/a2/d1275b8d61f3c94efe0932cb34d7ed413cff27ff7d5fb7cf428fe17f6f5e/django-korean-fields-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "60e87217c5e97295a008c1ed274ef149", "sha256": "7b0a1bf02c0bb0eba025047c9bf04337679222773c17a314b2cc506904a02561" }, "downloads": -1, "filename": "django-korean-fields-0.2.0.tar.gz", "has_sig": false, "md5_digest": "60e87217c5e97295a008c1ed274ef149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9622, "upload_time": "2018-07-29T20:41:22", "url": "https://files.pythonhosted.org/packages/3f/6b/60708bdb02f678e635e65e703c0e1accb56c26547749e901a7f3cb1677b5/django-korean-fields-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "60e87217c5e97295a008c1ed274ef149", "sha256": "7b0a1bf02c0bb0eba025047c9bf04337679222773c17a314b2cc506904a02561" }, "downloads": -1, "filename": "django-korean-fields-0.2.0.tar.gz", "has_sig": false, "md5_digest": "60e87217c5e97295a008c1ed274ef149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9622, "upload_time": "2018-07-29T20:41:22", "url": "https://files.pythonhosted.org/packages/3f/6b/60708bdb02f678e635e65e703c0e1accb56c26547749e901a7f3cb1677b5/django-korean-fields-0.2.0.tar.gz" } ] }