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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_rest_extensions-1.2.1.tar.gz.
File metadata
- Download URL: django_rest_extensions-1.2.1.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d9e23d804ee08f3970eb7f658139132e6daacd5a65f6df022fdb6a125948926
|
|
| MD5 |
c56f8ccfb1f56ba8aa871414db0f18dc
|
|
| BLAKE2b-256 |
3904d72e58804bb0301d04382b0b2de049117ae0da90b26c8499aeb843ae458a
|
File details
Details for the file django_rest_extensions-1.2.1-py3-none-any.whl.
File metadata
- Download URL: django_rest_extensions-1.2.1-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0975c8fc1254d58cb3ee91ddc976f5f11b6a6690e75a68b5bfb1914a9023a6fe
|
|
| MD5 |
f015bc0588d6d4604047da7530590b61
|
|
| BLAKE2b-256 |
a2638ce807a5334d5667deea09d7b5b3f9014979b0aacacc8565cfcee50349e3
|