Skip to main content

Redesign of the browse-able api of Django REST Framework with Bootstrap 5

Project description

rest-framework-redesign

Redesign of the browsable API of Django REST Framework using Bootstrap 5.

This project is aimed at enhancing the user experience of the browsable API of Django REST Framework. With a sleek and modern design, the API is now more user-friendly than ever before. One of the most exciting features of the project is the support for dark mode. This means that users can now switch to a darker color scheme, which is not only easier on the eyes but also looks incredibly cool.

Our goal with rest-framework-redesign has always been to make it easier for developers to work with Django REST Framework. We believe that by improving the user experience, we can help developers save time and be more productive.

So if you're looking for a better way to work with Django REST Framework, be sure to check out rest-framework-redesign. We're confident that you'll love it as much as we do!

Get started

Install the package:

pip install rest-framework-redesign

Add rest_framework_redesign to INSTALLED_APPS setting, make sure that it's before rest_framework

# settings.py

INSTALLED_APPS = [
    ...
    'rest_framework_redesign',
    'rest_framework',
    ...
]

I hope you find this useful.

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

rest_framework_redesign-0.2.9.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

rest_framework_redesign-0.2.9-py3-none-any.whl (37.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page