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.0b15.post1.tar.gz (1.9 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.0b15.post1.tar.gz.

File metadata

File hashes

Hashes for django_content_studio-1.0.0b15.post1.tar.gz
Algorithm Hash digest
SHA256 de193d29b7dac61bc0acca2cde2b71d0bc7ea26158896327ef92b9b33c06ba21
MD5 0358df96b606cd2ac2d1bdeff201d62b
BLAKE2b-256 23d9d53ccd31aa20955543f7c3cc3ac37ed8dd7bc5179e71a7aaed31022234c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b15.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 cfb24d65ee8b9abe72b5e112731dfac4cbb1ce4daf7fbb654935107b2a9d0785
MD5 4b672d8918e4b35c4deb8c87831fdd9a
BLAKE2b-256 01b9ecf6553c7e73a5e774e4b2e557cf7611890c290285478ebec12926244a48

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