Skip to main content

Material design for Django REST Framework API

Project description

rest-framework-material

Material Design for Django REST Framework API.

The project aims to improve the look and feel of the API.

Get started

Install the package:

pip install rest-framework-material

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

# settings.py

INSTALLED_APPS = [
    ...
    'rest_framework_material',
    '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_material-0.2.3.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

rest_framework_material-0.2.3-py3-none-any.whl (36.2 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