{"id":17933845,"url":"https://github.com/jacobsvante/grappelli-fit","last_synced_at":"2025-04-03T11:16:21.328Z","repository":{"id":140743315,"uuid":"2671606","full_name":"jacobsvante/grappelli-fit","owner":"jacobsvante","description":"Git fork of grappelli-fit","archived":false,"fork":false,"pushed_at":"2011-10-29T19:18:10.000Z","size":111,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T00:37:53.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://code.google.com/p/grappelli-fit/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacobsvante.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2011-10-29T17:03:11.000Z","updated_at":"2024-10-14T10:30:25.000Z","dependencies_parsed_at":"2023-03-11T23:45:19.695Z","dependency_job_id":null,"html_url":"https://github.com/jacobsvante/grappelli-fit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-fit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-fit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-fit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobsvante%2Fgrappelli-fit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobsvante","download_url":"https://codeload.github.com/jacobsvante/grappelli-fit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989754,"owners_count":20865331,"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:42:00.500Z","updated_at":"2025-04-03T11:16:21.309Z","avatar_url":"https://github.com/jacobsvante.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nGrappelli-fit provide a compatibility layer for popular Django applications.\n\nThis is an early prototype which currently only support two applications, if it works as expected the list of supported apps will grow.\n\nFeel free to contribute your compatibility layers for your favourites Django applications !\n\n* [View screenshots of supported applications](http://code.google.com/p/grappelli-fit/wiki/TestedApps)\n* [Tested applications](http://code.google.com/p/grappelli-fit/wiki/TestedApps)\n\n# Currently supported applications\n\n* [django-rosetta](http://code.google.com/p/django-rosetta/)\n* [django-modeltranslation](http://code.google.com/p/django-modeltranslation/)\n\n# Usage\n\n## settings.py\n\nGrappelli-fit works by overriding templates and static files for differents project, so the installation is pretty straight forward:\n\n```python\nSTATICFILES_DIRS = (\n   '/path/to/grappelli/static/',\n   '/path/to/grappellifit/static/',\n)\n\nTEMPLATE_DIRS = (\n    '/path/to/project/templates/',\n    '/path/to/grappelli/templates/',\n    '/path/to/grappellifit/templates/',\n)\n\nINSTALLED_APPS = (\n    # ...\n    'contrib.grappelli',\n    'contrib.grappellifit',\n    'django.contrib.admin',\n    'modeltranslation',\n    'rosetta',\n    # ...\n)\n```\n\n# Credits\n\nThis project was created and is sponsored by [Motion Média](http://motion-m.ca/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fgrappelli-fit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobsvante%2Fgrappelli-fit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobsvante%2Fgrappelli-fit/lists"}