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.0b2.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.0b2-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_content_studio-1.0.0b2.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

Hashes for django_content_studio-1.0.0b2.tar.gz
Algorithm Hash digest
SHA256 c0e7925fe6c45a0874afbf2cdbe8bc98b5a21526cbc5cfc24631464a7cbb9c8b
MD5 9b434a159b5816e25f436e45288967a2
BLAKE2b-256 6f67561bad9816060f8e22651a840a2b32a138df7d13a07fbe79a2990776839d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 c7e2b3966b0f2d73368dc7211126da7fe2e34ba1b43c0c5c6275159977026719
MD5 3e67c97800012c9cb766c481164192ce
BLAKE2b-256 a6b89d7b2e23bc3713bdd50aea2cf9c05fc4ced24b13e7b4a4037712bc210c58

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