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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for django_content_studio-1.0.0b15.tar.gz
Algorithm Hash digest
SHA256 498580da8d5a19b2079ff28bf89d366f928cc82c5bea3a5528666ed14a62909a
MD5 82b317ff0694e9bf9acf05331bdad4b3
BLAKE2b-256 13a886a3afa19707f31eee994a313c030f1c1977cc8cfa68a2107b2cc839f1b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b15-py3-none-any.whl
Algorithm Hash digest
SHA256 c1b47b6df1975303a420f84c9084b28fa55eab79d7f0aed0d95eaa5a91cb43ee
MD5 3923a895dab1ec5fa77d6e0d3bf26271
BLAKE2b-256 f1ef09a3e71d6cb4b40cee15fb8fef3ffc3e5c69d81073325932f399b83c25bb

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