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

Uploaded Source

Built Distribution

django_rest_extensions-1.0.0-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for django_rest_extensions-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3c0b6b2e2448cdf916ff7581c1fd002a70faf50703be4088c94d502d02b4628f
MD5 ff4da8b02ea6ead0e07d70a6274916a7
BLAKE2b-256 86cb9d59c40fd835fee56a0eed93c82835adea81a450b63b053a7bfa2f8a3eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_rest_extensions-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f46e7102b5969dc1ee12e8be0162c8e807076b678245d98bbeb5fb94e117b1ee
MD5 1e83441cc581dfab8c5b2edab6529fd4
BLAKE2b-256 cbea0be64a4d591d211f39f4a18fa826fd0a749d5ecb2dbaeab552f85757ea0f

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