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.0b23.tar.gz (2.1 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.0b23-py3-none-any.whl (2.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_content_studio-1.0.0b23.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.2 CPython/3.13.12 Darwin/25.3.0

File hashes

Hashes for django_content_studio-1.0.0b23.tar.gz
Algorithm Hash digest
SHA256 427104c12324d24d79ea16cbc9ce8edcc86932456d50b9f9ac6870b14c097f20
MD5 dade2f414d6e10b542c9ace1b3e5371a
BLAKE2b-256 3edc72c8e2213fcedade8a55aeec5b3c5a19c33a045e021ee4831436e023fde1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b23-py3-none-any.whl
Algorithm Hash digest
SHA256 2ef89e3b83ca3b40913c7811bc7fd32d5db4f7eb77b479249f41a8ef560803ba
MD5 b5c6b3b4a9ac5d9eb42629c3beffa335
BLAKE2b-256 134ae9eb89c46495940b1b0acc780efa1132401d392a16bead4ca6192150df19

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