Rest API Code Generator
Project description
django-rest-gen
This generates a fully functioning apis using generated serializers and class-views.
How to use it
- Install it in your django project
pip install django-rest-gen
. - Run it and specify your app
python -m django-rest-gen
. You should also specify the appropriate arguments (e.g.,python -m django-rest-gen --settings iires/settings.py --apppath iirapp
) Note: if the file already exists and is not empty, the content will be printed instead in the stdout
Arguments
usage: django-rest-gen [-h] [--pythonpath PYTHONPATH] --settings SETTINGS --apppath APPPATH [--overwrite] [--dummy]
Generate Django REST API code
optional arguments:
-h, --help show this help message and exit
--pythonpath PYTHONPATH
Python Path directory.
--settings SETTINGS The path to the django project settings
--apppath APPPATH The path to the app
--overwrite Whether to overwrite existing files if any
--dummy Whether to generate dummy data generator
Limitations
- Flat. No nesting is provided as it depends on user preferences.
Rebuild package
python3 -m build
python3 -m twine upload dist/*
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
django-rest-gen-0.0.7.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for django_rest_gen-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05fd4d2ce6db48e62aad5e1cb2c14dfc74a4b373755f1e74652779a72d1cf2e0 |
|
MD5 | 7d07806f3490c0263ea81487ddc51175 |
|
BLAKE2b-256 | f2b3577465c71d053429b4ea4868250a550b478727825fc59d79a4b1c06c8721 |