{ "info": { "author": "Payam Najafizadeh", "author_email": "payam.nj@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "========\nLangLink\n========\n\nThis is a simple Django apllication that provide an abstract class to create a language model and\na management command to populate your model with language titles and their codes.\n\nA ManyToMany relationship to this language model can be useful to define a language field on other models.\n\nSource of the Language codes which are used in this application is: http://data.okfn.org/data/core/language-codes#resource-language-codes\n\nInstallation\n============\nInstall the application package using pip::\n\n pip install django-langlink\n\n\n\nadd 'langlink' to the INSTALLED_APPS list on your settings file\n\nHow to use\n==========\n\nImport the Language abstract model from langlink and use it to create your language model::\n\n from langlink.models import Language\n\n class MyLanguageModel(Language):\n pass\n \n\nafter you create and migrate your models, run this management command to populate the data::\n\n python manage.py add_languages my_app_name mylanguagemodel\n", "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/payamnj/django-langlink", "keywords": null, "license": "New BSD", "maintainer": null, "maintainer_email": null, "name": "django_langlink", "package_url": "https://pypi.org/project/django_langlink/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django_langlink/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/payamnj/django-langlink" }, "release_url": "https://pypi.org/project/django_langlink/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Abstract language model and management command to populate language model", "version": "0.1.2" }, "last_serial": 2093967, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e6db7dbcde2baf46d651a4bfbb4b6e51", "sha256": "fead6397666215ad5a27c4e6bd351ea21d5243bf76b89bcab36aac4a871923e3" }, "downloads": -1, "filename": "django_langlink-0.1.tar.gz", "has_sig": false, "md5_digest": "e6db7dbcde2baf46d651a4bfbb4b6e51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1461, "upload_time": "2016-04-27T22:06:16", "url": "https://files.pythonhosted.org/packages/fa/59/3a758cec980fa346b023018505113bceadc0d33a0a5326e80681fc01f3bd/django_langlink-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "cb2dac547202f20ec1aa1dc0d3d5f51a", "sha256": "448233e421698990696d284eaa0002f59d0a0f37e11954296b9d388d783a434c" }, "downloads": -1, "filename": "django_langlink-0.1.1.tar.gz", "has_sig": false, "md5_digest": "cb2dac547202f20ec1aa1dc0d3d5f51a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3894, "upload_time": "2016-04-27T22:40:58", "url": "https://files.pythonhosted.org/packages/a5/0d/28afdb415345b9e1358294074cbd136608fd1e739c96d2e587158156b4a6/django_langlink-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6970bb6b69ef62ad10cca6ca3b60633d", "sha256": "13ad6587cd411f2e49176d6aed5397cc12734dad2dc6b304c044aba7e95a6400" }, "downloads": -1, "filename": "django_langlink-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6970bb6b69ef62ad10cca6ca3b60633d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4470, "upload_time": "2016-05-01T23:36:12", "url": "https://files.pythonhosted.org/packages/31/50/721529e6d4017a977eca20f0f434a7356cfb2d5359315940be096c0b2c0b/django_langlink-0.1.2.tar.gz" } ], "0.1.a1": [ { "comment_text": "", "digests": { "md5": "0e1939007f8ed71302eeb016949c6dbf", "sha256": "6c71d151973361c93018e3c1a385a3fb1df54a27627258394470632fe660bfb5" }, "downloads": -1, "filename": "django_langlink-0.1.a1.tar.gz", "has_sig": false, "md5_digest": "0e1939007f8ed71302eeb016949c6dbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3889, "upload_time": "2016-04-27T22:22:56", "url": "https://files.pythonhosted.org/packages/46/3c/e8176f214706a6a2362e19871036af5f6aa3bfa5bd11a40706a5f05149ec/django_langlink-0.1.a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6970bb6b69ef62ad10cca6ca3b60633d", "sha256": "13ad6587cd411f2e49176d6aed5397cc12734dad2dc6b304c044aba7e95a6400" }, "downloads": -1, "filename": "django_langlink-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6970bb6b69ef62ad10cca6ca3b60633d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4470, "upload_time": "2016-05-01T23:36:12", "url": "https://files.pythonhosted.org/packages/31/50/721529e6d4017a977eca20f0f434a7356cfb2d5359315940be096c0b2c0b/django_langlink-0.1.2.tar.gz" } ] }