Skip to main content

create normal api for all your models

Project description

django-rest-extensions

A project that can provide api super super super fast.

WARNING

This app will expose all api to the public make sure you have added the correct permission rules

TODO

add configurations parameters that allow user to limit which apps or models should generate api

Install

pip install django-rest-extensions

Usage

1. add rest_extensions to INSTALLED_APPS
INSTALLED_APPS = [
    ...
    "rest_extensions",
]
2. add url to project.urls
urlpatterns = [
    path('rest_extensions/', include("rest_extensions.urls")),
]

Example

cd example
python manage.py runserver

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

django-rest-extensions-0.2.0.tar.gz (22.1 kB view hashes)

Uploaded Source

Built Distribution

django_rest_extensions-0.2.0-py3-none-any.whl (25.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