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

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_content_studio-1.0.0b26.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.14.5 Darwin/25.4.0

File hashes

Hashes for django_content_studio-1.0.0b26.tar.gz
Algorithm Hash digest
SHA256 eac35cb74e16ed6d2625f9847565ac4c7643c3e8e23da5ed53a4a6cc3bdcbc99
MD5 e7deb5d9daf2fe815401bb3a561f0668
BLAKE2b-256 be94f4e142381fc9faa798f7a725058f8955f90be4f2534d9f3bb109cd09d3e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b26-py3-none-any.whl
Algorithm Hash digest
SHA256 6b9746dda670f624cb6c3be30f0e4c86824cd7b7f4deda8fcfbef65ba444278e
MD5 31c937c6e9d78eb079b814fe4a4c565d
BLAKE2b-256 8269072c19bf38b2dd26ec87e44d7b08bb200903b9e2114c54d29819698ce57d

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