Skip to content

StructuralRealist/django-content-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Content Studio

PyPI version Python versions Django versions License

Django Content Studio is a modern, flexible alternative to the Django admin.

This package is still under development

🚀 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

About

Modern & flexible Django admin

Topics

Resources

License

Stars

Watchers

Forks