Django Content Studio is a modern, flexible alternative to the Django admin.
This package is still under development
☝️ Django Content Studio depends on Django and Django Rest Framework.
pip install django-content-studio
# 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
]
# urls.py
urlpatterns = [
path("admin/", include("content_studio.urls")),
# ... your urls
]
- 🐛 Bug Reports: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📧 Email: [email protected]
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with React and Tailwind CSS
- Inspired by the original Django admin
- Thanks to all contributors and the Django community
Made in Europe 🇪🇺 with 💚 for Django