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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post5.tar.gz
Algorithm Hash digest
SHA256 8df5423961006bb5e83e457373969590eb086f1851743f6d42feea4bb87049c9
MD5 5d8b6b4414e87ac425d56c860b4b91b1
BLAKE2b-256 7bed78f442dc12445ef85dbc9f97957bbb3c3b431aa4a6d7492480d3ba5cff8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_content_studio-1.0.0b2.post5-py3-none-any.whl
Algorithm Hash digest
SHA256 3d7236b2742f03159dc7fad14634b53b9ffc86ebc07019e9988df60c86d2ad65
MD5 253e0d75851939b8916fc3cfe10dbe3e
BLAKE2b-256 68514a6060fecef7116c0e4ed6cf80b4bb24ae6917d1276f400bb12c169f765e

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