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
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
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.5.tar.gz
(8.0 kB
view hashes)
Built Distribution
Close
Hashes for django_rest_gen-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55af2ada7709f66e73a9c20da6a534f7df211b8d2b77cb3f85039435edb2c596 |
|
MD5 | ef86b09d417c36aca06bcf9afb1b39d3 |
|
BLAKE2b-256 | a88733d5316497ba01219a32b967a3803930ba3e41ea078064ef77f63004809c |