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.post6.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.post6.tar.gz.

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post6.tar.gz
Algorithm Hash digest
SHA256 72083d3e35eae867f04384467d36834a4c23312c2a42eeeee1a69230043a033e
MD5 a859fd56a3519817f95314aee9cf9e33
BLAKE2b-256 6382c14153481893ac15f69392c8f7c539ee72a024905eb4245c360d795ea989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post6-py3-none-any.whl
Algorithm Hash digest
SHA256 966a051c08301a1e5e5e646bcbf176c10abe88efe1b182a8723a6b54d4187289
MD5 bd7cd47f14d97f3dcb35000e429ea876
BLAKE2b-256 32a94fbe8a98db41d4890a7ede0b0d1704835c7f552ce0e9acd1ca3093858ebe

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