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.post2.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.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post2.tar.gz
Algorithm Hash digest
SHA256 3c2d2fb880034cf1704fb278578857707585942b76c837f5344064e3b9dcbcf9
MD5 d82976f142381fa88145e656f02900a0
BLAKE2b-256 8f2182d8fcfccb134ea07d8eb977f7ae08b42b9030e1b6b676533ca4b715a6f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 18888d85f2dfe8234d8b22a38660cc068eb97c4a1b23c0822e9c864bbec69178
MD5 19a39c9ae9c41bfbbb1b673c64c9be66
BLAKE2b-256 b7eaa3a5d2c5a59a451d021e95bb72ee9a6936b53c0b29e5329b5de5b036b50a

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