This package helps in generate the views.py and serializers.py with the auto-generated code.
Project description
This package helps in generate the views.py and serializers.py with the auto-generated code.
to generate the serializers and views we need to install our package using: pip install Django_generate_serializers_views
after installing add the package to the settings.INSTALLED_APPS as :
INSTALLED_APPS = [ ..., 'Django_generate_serializers_views', ]
this will help the manage.py to generate the views and serializers with the help of package commands
use the below command in your django project directorry after defining the model in models.py of your django app.
python manage.py generate_serializers_views
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_generate_serializers_views-0.2.1.tar.gz.
File metadata
- Download URL: django_generate_serializers_views-0.2.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7894bb236e3616256b8c573d5625add7fb21f9a2f93b66dab55a96039b665aca
|
|
| MD5 |
6f2e5d4f1dac989276ecdf77cc5df062
|
|
| BLAKE2b-256 |
015d39388e188f0b036bcb7efd16cd1b5b2d779cc471f1f3635661c64344f2c4
|
File details
Details for the file Django_generate_serializers_views-0.2.1-py3-none-any.whl.
File metadata
- Download URL: Django_generate_serializers_views-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7289c7ce733202e079936c81de2456174d16cbc9d1b77b2cf1e1669b450b3ce3
|
|
| MD5 |
0561c4476542864f109b37995b79451f
|
|
| BLAKE2b-256 |
60815a325c44362a134d424328e7432b2b03c4c5fa5a92e9f2cacbfb6171a16a
|