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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post4.tar.gz
Algorithm Hash digest
SHA256 5ca5bf9191708d3364f8e296dfd725131522916899a3f787646466ff3e73a9c4
MD5 289d1dda963664e51a99d6015cfc5353
BLAKE2b-256 3a07ce395c0c958ae3faae9d0bfa7508ceaf2c32e39e742464d83749f53002df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post4-py3-none-any.whl
Algorithm Hash digest
SHA256 4ee525dca1d091a236326286686daa00e36880667cbde6dd5ef8e61389c9b85b
MD5 979705abc07c9dfb9c07900061183d0a
BLAKE2b-256 c99049c6e74f0e4fc37feb046ef8cd59e5a44fc4ae4fbeaa81575a17710cf424

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