{"id":17933817,"url":"https://github.com/jacobsvante/bootstrap-modeltranslation","last_synced_at":"2025-03-24T06:33:35.785Z","repository":{"id":8572204,"uuid":"10201216","full_name":"jacobsvante/bootstrap-modeltranslation","owner":"jacobsvante","description":"Adds translation tabs to django-admin-bootstrapped. For use with 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":"2018-03-04T20:47:10.000Z","size":332,"stargazers_count":3,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-07T21:41:13.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","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":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-21T17:21:32.000Z","updated_at":"2018-03-06T16:12:28.000Z","dependencies_parsed_at":"2022-09-26T17:51:07.977Z","dependency_job_id":null,"html_url":"https://github.com/jacobsvante/bootstrap-modeltranslation","commit_stats":null,"previous_names":["jmagnusson/bootstrap-modeltranslation"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fbootstrap-modeltranslation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fbootstrap-modeltranslation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fbootstrap-modeltranslation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fbootstrap-modeltranslation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobsvante","download_url":"https://codeload.github.com/jacobsvante/bootstrap-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:52.531Z","updated_at":"2024-10-28T21:41:53.042Z","avatar_url":"https://github.com/jacobsvante.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bootstrap-modeltranslation\n[![PyPI version](https://pypip.in/v/bootstrap-modeltranslation/badge.png)](https://pypi.python.org/pypi/bootstrap-modeltranslation)\n\n**Author:** Jacob Magnusson. [Follow me on Twitter][twitter]\n\n## Overview\n\nbootstrap-modeltranslation is a mini-package for adding tabbable [django-modeltranslation] translation fields to [django-admin-bootstrapped].\n![Example image](https://raw.github.com/jmagnusson/bootstrap-modeltranslation/master/example.png)\n\n## Tested with\n\n* Python 2.7.5\n* Django 1.6\n* [django-admin-bootstrapped] 0.4.3\n* [django-modeltranslation] 0.7\n\n## Installation\n\nInstall using `pip`:\n\n    pip install bootstrap-modeltranslation\n\nAdd package to `INSTALLED_APPS` (order doesn't matter):\n\n```python\nINSTALLED_APPS = (\n    'django_admin_bootstrapped',\n    'modeltranslation',\n    ...\n    'bootstrap_modeltranslation',\n)\n```\n\nNOTE: `bootstrap_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\nImport admin classes for inheritance and use just like you would the default ones ([read the modeltranslation docs for more info][django-modeltranslation-docs-admin]).\n\n```python\nfrom bootstrap_modeltranslation.admin import (\n    TranslationAdmin,\n    TranslationTabularInline,\n    TranslationStackedInline,\n    TranslationGenericTabularInline,\n    TranslationGenericStackedInline)\n\nclass SomeModelAdmin(TranslationAdmin):\n    pass\n\nclass SomeModelInlineAdmin(TranslationStackedInline):\n    pass\n```\n\n## Documentation\n\nThis document\n\n[twitter]: https://twitter.com/jacobsvante_\n[docs]: https://github.com/jmagnusson/bootstrap-modeltranslation\n[django-modeltranslation]: https://github.com/deschler/django-modeltranslation\n[django-modeltranslation-docs-admin]: https://django-modeltranslation.readthedocs.org/en/latest/admin.html\n[django-admin-bootstrapped]: https://github.com/riccardo-forina/django-admin-bootstrapped\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fbootstrap-modeltranslation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobsvante%2Fbootstrap-modeltranslation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fbootstrap-modeltranslation/lists"}