Skip to content

youzarsiph/drf-restwind

drf-restwind

CI CD PyPI - Version PyPI - Python Version PyPI - License

Overview

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.

Key Features

  • 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.

Screenshots

API Root

List View

Detail View

Quick Start Guide

To get started with drf-restwind, follow these steps:

  1. Install the package:

    pip install drf-restwind
  2. Update INSTALLED_APPS:

    Modify project/settings.py as follows:

    # Application definition
    INSTALLED_APPS = [
        # Add rest_wind to INSTALLED_APPS
        "rest_wind",
        "rest_framework",
        ...
    ]

Guides

Please check our GUIDES for advanced usage.

Contributing

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.

Support

If you have any questions or require assistance, feel free to open an issue. We welcome community engagement and cherish your feedback!

Licensing

This project is licensed under the MIT License. You can find the full terms of the license in the LICENSE file.

About

drf-restwind, a modern re-imagining of the Django REST Framework utilizes TailwindCSS and DaisyUI to provide flexible and customizable UI solutions with minimal coding effort.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from youzarsiph/drf-app