{"id":29542788,"url":"https://github.com/structuralrealist/django-content-studio","last_synced_at":"2025-07-17T12:41:15.314Z","repository":{"id":304458700,"uuid":"1017823022","full_name":"StructuralRealist/django-content-studio","owner":"StructuralRealist","description":"Modern \u0026 flexible Django admin","archived":false,"fork":false,"pushed_at":"2025-07-13T09:14:13.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T09:26:03.610Z","etag":null,"topics":["admin","cms","django","django-admin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StructuralRealist.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T06:42:56.000Z","updated_at":"2025-07-13T09:12:52.000Z","dependencies_parsed_at":"2025-07-13T09:36:11.361Z","dependency_job_id":null,"html_url":"https://github.com/StructuralRealist/django-content-studio","commit_stats":null,"previous_names":["structuralrealist/django-content-studio"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/StructuralRealist/django-content-studio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuralRealist%2Fdjango-content-studio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuralRealist%2Fdjango-content-studio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuralRealist%2Fdjango-content-studio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuralRealist%2Fdjango-content-studio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StructuralRealist","download_url":"https://codeload.github.com/StructuralRealist/django-content-studio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StructuralRealist%2Fdjango-content-studio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265607315,"owners_count":23797119,"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":["admin","cms","django","django-admin"],"created_at":"2025-07-17T12:41:14.106Z","updated_at":"2025-07-17T12:41:15.309Z","avatar_url":"https://github.com/StructuralRealist.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Content Studio\n\n[![PyPI version](https://badge.fury.io/py/django-content-studio.svg)](https://badge.fury.io/py/django-content-studio)\n[![Python versions](https://img.shields.io/pypi/pyversions/django-content-studio.svg)](https://pypi.org/project/django-content-studio/)\n[![Django versions](https://img.shields.io/badge/django-5.0%2B-blue.svg)](https://www.djangoproject.com/)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n\nDjango Content Studio is a modern, flexible alternative to the Django admin.\n\n\u003e This package is still under development\n\n## 🚀 Quick Start\n\n### Installation\n\n☝️ Django Content Studio depends on Django and Django Rest Framework.\n\n```bash\npip install django-content-studio\n```\n\n### Add to Django Settings\n\n```python\n# settings.py\nINSTALLED_APPS = [\n    'django.contrib.admin',\n    'django.contrib.auth',\n    'django.contrib.contenttypes',\n    'django.contrib.sessions',\n    'django.contrib.messages',\n    'django.contrib.staticfiles',\n    'rest_framework',\n    'content_studio',  # Add this\n    # ... your apps\n]\n```\n### Add URLs\n\n```python\n# urls.py\nurlpatterns = [\n    path(\"admin/\", include(\"content_studio.urls\")),\n    # ... your urls\n]\n```\n\n## 🐛 Issues \u0026 Support\n\n- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/StructuralRealist/django-content-studio/issues)\n- 💬 **Discussions**: [GitHub Discussions](https://github.com/StructuralRealist/django-content-studio/discussions)\n- 📧 **Email**: leon@devtastic.io\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with React and Tailwind CSS\n- Inspired by the original Django admin\n- Thanks to all contributors and the Django community\n\n## 🔗 Links\n\n- [PyPI Package](https://pypi.org/project/django-content-studio/)\n- [GitHub Repository](https://github.com/StructuralRealist/django-content-studio)\n- [Changelog](CHANGELOG.md)\n\n---\n\nMade in Europe 🇪🇺 with 💚 for Django","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructuralrealist%2Fdjango-content-studio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstructuralrealist%2Fdjango-content-studio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructuralrealist%2Fdjango-content-studio/lists"}