Skip to main content

Modern & flexible Django admin

Project description

Django Content Studio

PyPI version Python versions Django versions License

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

📄 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_content_studio-1.0.0b11.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_content_studio-1.0.0b11-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

Details for the file django_content_studio-1.0.0b11.tar.gz.

File metadata

  • Download URL: django_content_studio-1.0.0b11.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.11 Darwin/25.2.0

File hashes

Hashes for django_content_studio-1.0.0b11.tar.gz
Algorithm Hash digest
SHA256 7a5c1b7f675c936188da7c57e30bd89673734a34cc3b27db75e820a1860454cc
MD5 e5b3973d3a397222a4132e62a8615518
BLAKE2b-256 c2b654e9f84d0d740670c023efd7aa4b2c36b69c9661a3eafb5a20127ab910d0

See more details on using hashes here.

File details

Details for the file django_content_studio-1.0.0b11-py3-none-any.whl.

File metadata

File hashes

Hashes for django_content_studio-1.0.0b11-py3-none-any.whl
Algorithm Hash digest
SHA256 02b5cb101f0dd03257216b303e177de407c2521d69c9e561dfbf88182eb58a04
MD5 87ff91b45ff24f7d6a1ac467fd31e0f7
BLAKE2b-256 5faf2eab28fef6aecb7df21185604fdcba50b9dbce182687c61ea90877aaa2f2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page