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.

This package is still under development

🚀 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.0a1.tar.gz (364.6 kB 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.0a1-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_content_studio-1.0.0a1.tar.gz
  • Upload date:
  • Size: 364.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.5 Darwin/24.5.0

File hashes

Hashes for django_content_studio-1.0.0a1.tar.gz
Algorithm Hash digest
SHA256 336c929759b9f4c88560557db0b5d79f030919657d1d370ee153b6840768953d
MD5 31c828e31508f48d6655610b4f20f5a9
BLAKE2b-256 d6535a5819b14ef339e9ed8e830ad5add42f14feacd9c6e8927827fa21b3d3a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 7c6633359ca9b424e6079671305e44b03e23a49fe6a134cd46e9c7bef18b4033
MD5 8a4293edda5c9300220cb749b45f5e94
BLAKE2b-256 8f6fc25de1ef0c120cb83c8e7c790cf68a1f561ac5804fe7512804d320c4f135

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