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.0b7.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.0b7-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_content_studio-1.0.0b7.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.0b7.tar.gz
Algorithm Hash digest
SHA256 0db35808db6ed868ee6caf2e70d020543b2855956964a4b7e71af4887e691c7d
MD5 8517ed7d20b96ad33d11ca2938d9b728
BLAKE2b-256 ba1126f4d72d28a47f9a076b6c74cf56023efba2d07563f2ee43e29b54adff05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b7-py3-none-any.whl
Algorithm Hash digest
SHA256 f4b7729e4cd9e6783f3c5d0d6b1decf2239cd542cdc34d5faff26dabfe8472d3
MD5 5d66bae62ee31828af5e3a297ecd0635
BLAKE2b-256 c76335175b612c6b18b147ff4b64061b2245dfa55afc9fab0166e044dd805654

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