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-1.2.1.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

django_rest_extensions-1.2.1-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file django_rest_extensions-1.2.1.tar.gz.

File metadata

File hashes

Hashes for django_rest_extensions-1.2.1.tar.gz
Algorithm Hash digest
SHA256 8d9e23d804ee08f3970eb7f658139132e6daacd5a65f6df022fdb6a125948926
MD5 c56f8ccfb1f56ba8aa871414db0f18dc
BLAKE2b-256 3904d72e58804bb0301d04382b0b2de049117ae0da90b26c8499aeb843ae458a

See more details on using hashes here.

File details

Details for the file django_rest_extensions-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_rest_extensions-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0975c8fc1254d58cb3ee91ddc976f5f11b6a6690e75a68b5bfb1914a9023a6fe
MD5 f015bc0588d6d4604047da7530590b61
BLAKE2b-256 a2638ce807a5334d5667deea09d7b5b3f9014979b0aacacc8565cfcee50349e3

See more details on using hashes here.

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