Modern & flexible Django admin
Project description
Django Content Studio
Django Content Studio is a modern, flexible alternative to the Django admin.
🚀 Quick Start
Installation
☝️ Django Content Studio depends on Django and Django Rest Framework.
pip install django-content-studio
Add to Django Settings
# settings.py
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
'content_studio', # Add this
# ... your apps
]
Add URLs
# urls.py
urlpatterns = [
path("admin/", include("content_studio.urls")),
# ... your urls
]
🐛 Issues & Support
- 🐛 Bug Reports: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📧 Email: leon@devtastic.io
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Built with React and Tailwind CSS
- Inspired by the original Django admin
- Thanks to all contributors and the Django community
🔗 Links
Made in Europe 🇪🇺 with 💚 for Django
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_content_studio-1.0.0b2.post3.tar.gz.
File metadata
- Download URL: django_content_studio-1.0.0b2.post3.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.9 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ad64deae76cbc539371ce5fc1558f1c3450be0e8e4e9014a553125600be1227
|
|
| MD5 |
02c265779f5bf4e88801ab072ae38573
|
|
| BLAKE2b-256 |
4dc2cd957df4254218d9e112d3d1475c7fbe7e13ea4da226e26ad73c8091490a
|
File details
Details for the file django_content_studio-1.0.0b2.post3-py3-none-any.whl.
File metadata
- Download URL: django_content_studio-1.0.0b2.post3-py3-none-any.whl
- Upload date:
- Size: 2.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.9 Darwin/25.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d655897f4287a8536e21058887b84ea95f72a0afa7358e29ada0ace7f590144
|
|
| MD5 |
24726632963415c37e4f8502760d58f1
|
|
| BLAKE2b-256 |
01c1a5a4934e8a0ee68eeb8da13f5ed3707b7a130ab609c488f916e3e15197f4
|