django rest management command for dynamic write crud api
Project description
Quick Start
-
Add "crud_management" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
... 'crud_management',
]
-
Run
python manage.py migrate
to create the user models -
You need to create a url.py and serializers.py file in your applications
-
Run
python manage.py generate_crud
<your_app_name> <your_model> -
Start the development server and visit http://127.0.0.1:8000/ to create a new user login register
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
drf-crud-command-0.3.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file drf-crud-command-0.3.tar.gz
.
File metadata
- Download URL: drf-crud-command-0.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de234052586ed31cac6ca0c723fa83920754d1aca087c23a8ff3ccda87dfe291 |
|
MD5 | 3226467ff2faee04dc1a3aced3b6ef5f |
|
BLAKE2b-256 | 7c9a5dbe11574e6b29115abc728f5b50f83ef12c035c2f1d8b9f048c6bfde25b |
File details
Details for the file drf_crud_command-0.3-py3-none-any.whl
.
File metadata
- Download URL: drf_crud_command-0.3-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd196a06f6926545ea610d5146d853cd0f9db7b14fa27d339a8646d19b49536f |
|
MD5 | b5b864fc72060ed326f404204d67b44a |
|
BLAKE2b-256 | 4f7f35a00f4ee108600aec1bd24fcff17ca0d2297e0c11e14ff234495bd448ab |