Welcome to drf-restwind, a modern re-imagining of the Django REST Framework.
This project utilizes TailwindCSS and daisyUI to provide flexible and
customizable UI solutions with minimal coding effort.
- Modern UI: Crafted with TailwindCSS and daisyUI for an appealing and contemporary design.
- Diverse Themes: Offers a selection of visually appealing themes to choose from.
- Responsive Design and RTL Support: Adapts seamlessly to various screen sizes and locales for optimal user experience.
- Accessibility: Built with accessibility as a priority.
- Code Highlighting: Integrates Highlight.js for enhanced code visibility.
To get started with drf-restwind, follow these steps:
-
Install the package:
pip install drf-restwind
-
Update
INSTALLED_APPS:Modify
project/settings.pyas follows:# Application definition INSTALLED_APPS = [ # Add rest_wind to INSTALLED_APPS "rest_wind", "rest_framework", ... ]
Please check our GUIDES for advanced usage.
We encourage community contributions! Please check our CONTRIBUTING guide for detailed instructions on how to contribute effectively. Your input and support play an essential role in the ongoing enhancement of this project.
If you have any questions or require assistance, feel free to open an issue. We welcome community engagement and cherish your feedback!
This project is licensed under the MIT License. You can find the full terms of the license in the LICENSE file.


