{"id":17933816,"url":"https://github.com/jacobsvante/grappelli-modeltranslation","last_synced_at":"2025-03-24T06:33:35.589Z","repository":{"id":5451918,"uuid":"6645692","full_name":"jacobsvante/grappelli-modeltranslation","owner":"jacobsvante","description":"A small compatibility layer between django-grappelli and django-modeltranslation. NOTE: Not actively maintained. If you feel like taking over the project just give me a shout.","archived":false,"fork":false,"pushed_at":"2023-02-26T10:49:48.000Z","size":212,"stargazers_count":9,"open_issues_count":7,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-13T07:52:43.442Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacobsvante.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-11T22:54:08.000Z","updated_at":"2020-07-05T16:44:30.000Z","dependencies_parsed_at":"2022-09-01T18:43:09.676Z","dependency_job_id":null,"html_url":"https://github.com/jacobsvante/grappelli-modeltranslation","commit_stats":null,"previous_names":["jmagnusson/grappelli-modeltranslation"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-modeltranslation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-modeltranslation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-modeltranslation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-modeltranslation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobsvante","download_url":"https://codeload.github.com/jacobsvante/grappelli-modeltranslation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221941517,"owners_count":16905311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-28T21:41:51.937Z","updated_at":"2024-10-28T21:41:52.457Z","avatar_url":"https://github.com/jacobsvante.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grappelli-modeltranslation\n[![PyPI version](https://pypip.in/v/grappelli-modeltranslation/badge.png)](https://pypi.python.org/pypi/grappelli-modeltranslation)\n\n**A small compatibility layer between django-grappelli and django-modeltranslation.**\n\n**Author:** Jacob Magnusson. [Follow me on Twitter][twitter]\n\n# Overview\n\ngrappelli-modeltranslation is a small compatibility layer between [django-grappelli] and [django-modeltranslation]. See \n\n# Requirements\n\n* Python 2.6+\n* Django 1.4+\n* [django-grappelli] 2.4.0+\n* [django-modeltranslation] 0.4.0+\n\n# Installation\n\nInstall using `pip`...\n\n    pip install grappelli-modeltranslation\n\n...or clone the project from github.\n\n    git clone git@github.com:jmagnusson/grappelli-modeltranslation.git\n    pip install -r requirements.txt\n\nAdd package to `INSTALLED_APPS`:\n\n    INSTALLED_APPS = (\n        'grappelli',\n        'grappelli_modeltranslation',\n        ...\n        'modeltranslation',\n    )\n\nNOTE: `grappelli_modeltranslation` must come before `modeltranslation` for tabbed translation fields to work\n\nCopy the static files to your project:\n\n    python manage.py collectstatic\n\n\n# Documentation\n\n[docs]\n\n# Changelog\n\n## 0.1.1\n\n**Date**: Nov 13, 2012\n\n* Support both the new (\"mt\") and old (\"modeltranslation\") html class names\n\n## 0.1.0\n\n**Date**: Nov 11, 2012\n\n* Initial version\n\n# License\n\nCopyright (c) 2012 Jacob Magnusson\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\n# Credits\n\n[django-grappelli] for making the Django admin usable\n[django-modeltranslation] for the tabbed interface\n[grappellifit] for the initial idea\n\n\n[twitter]: https://twitter.com/jacobsvante_\n[docs]: https://github.com/jmagnusson/grappelli-modeltranslation\n[django-modeltranslation]: https://github.com/deschler/django-modeltranslation\n[django-grappelli]: https://github.com/sehmaschine/django-grappelli\n[grappellifit]: https://github.com/h3/grappelli-fit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fgrappelli-modeltranslation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobsvante%2Fgrappelli-modeltranslation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fgrappelli-modeltranslation/lists"}