{"id":13700369,"url":"https://github.com/5monkeys/djedi-cms","last_synced_at":"2025-04-12T18:38:25.094Z","repository":{"id":10661350,"uuid":"12894042","full_name":"5monkeys/djedi-cms","owner":"5monkeys","description":"Django content management as it should be","archived":false,"fork":false,"pushed_at":"2024-11-01T14:22:35.000Z","size":3919,"stargazers_count":84,"open_issues_count":41,"forks_count":31,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-03T20:12:32.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/5monkeys.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,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-17T12:01:41.000Z","updated_at":"2024-12-23T01:26:53.000Z","dependencies_parsed_at":"2023-10-11T12:43:17.730Z","dependency_job_id":"c914ef65-59e8-4048-bf10-6d72b5a9e86d","html_url":"https://github.com/5monkeys/djedi-cms","commit_stats":{"total_commits":472,"total_committers":20,"mean_commits":23.6,"dds":0.5021186440677966,"last_synced_commit":"857fe5f4d6173d9156aab64a13b5866855ce958c"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdjedi-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdjedi-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdjedi-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5monkeys%2Fdjedi-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5monkeys","download_url":"https://codeload.github.com/5monkeys/djedi-cms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248615934,"owners_count":21133980,"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-08-02T20:00:54.916Z","updated_at":"2025-04-12T18:38:25.066Z","avatar_url":"https://github.com/5monkeys.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"\u003cimg alt=\"Djedi CMS\" src=\"https://djedi-cms.org/_static/djedi-landscape.svg\" width=\"500\"/\u003e\n\nDjango content management as it should be.\n\n[![Build Status](https://github.com/5monkeys/djedi-cms/workflows/CI/badge.svg)](https://github.com/5monkeys/djedi-cms/actions)\n[![Coverage Status](https://coveralls.io/repos/5monkeys/djedi-cms/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/5monkeys/djedi-cms?branch=master)\n[![Version](https://img.shields.io/pypi/v/djedi-cms.svg)](https://pypi.python.org/pypi/djedi-cms/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/djedi-cms.svg)](https://pypi.python.org/pypi/djedi-cms/)\n\n\n## Documentation\n\nRead the full [documentation][docs] or get a quick brief below.\n\n\n## Install\n\n```sh\n$ pip install djedi-cms\n```\n\n## Configure\n\nExample settings for Django 2.0:\n\n```python\n# settings.py\n\nINSTALLED_APPS = (\n    # ...\n    \"djedi\",\n)\n\nMIDDLEWARE = [\n    \"djedi.middleware.translation.DjediTranslationMiddleware\",\n    # ...\n]\n```\n\n### Bootstrap database\n\n```sh\n$ django-admin.py migrate djedi\n```\n\n### Enable admin\n\n```python\n# urls.py\n\nurlpatterns = [\n    path(\"admin/\", admin.site.urls),\n]\n```\n\n\u003e For now, only the inline admin are in place, but we are working on the back office admin UI.\n\n\n## Use\n\n```django\n{% load djedi_tags %}\n\u003cbody\u003e\n    \u003ch1\u003e{% node 'page/title.txt' default='Djedi' %}\u003c/h1\u003e\n\n    {% blocknode 'page/body.md' %}\n        ## I'm a djedi apprentice\n        This is fun!\n    {% endblocknode %}\n\u003c/body\u003e\n```\n\n\n## Integrations\n\n* [React][]: [djedi-react](djedi-react#djedi-react)\n\n[docs]: https://djedi-cms.org/\n[content-io]: https://github.com/5monkeys/content-io/\n[react]: https://reactjs.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5monkeys%2Fdjedi-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5monkeys%2Fdjedi-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5monkeys%2Fdjedi-cms/lists"}