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

Uploaded Source

Built Distribution

django_rest_extensions-1.1.0-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_rest_extensions-1.1.0.tar.gz
Algorithm Hash digest
SHA256 64c53f318527a97e1039d29ccd53730b16abd36ac9258dd0d350a8f7340c3cae
MD5 08389e392c9e0eb8fd33adf1cb919029
BLAKE2b-256 0a6f1c7575add30e69c7d9eb093cb5f4a4f12aa98e4c4842c7332f5089d4558d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_rest_extensions-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9844965ee8368dbb3fa6b8b36fc65750de0f3eb2fd3bb2288a9ac149c593db97
MD5 0a8c46ab3544992c0c8bd1a3c2c8d49c
BLAKE2b-256 4a775e4549f44c2327ea3db97946a2daf033758d0f834ed6d6c818923e0cb3ef

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