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
options:
-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
Automatic detection
If --settings
and --apppath
are not passed, it will try to detect them. It will look for anypath
within your project that has settings.py
to be the default settings path and any directory that has
models.py
to be the app path. You need to specify this in case you have multiple apps in your django
project.
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.1.2.tar.gz
(13.4 kB
view hashes)
Built Distribution
Close
Hashes for django_rest_gen-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12737112d9e47cc2bf31979316c94e8f65ea964f28a392ef6131bfb8ab736159 |
|
MD5 | c51cfa45cd1469bab6d25c014381f0d1 |
|
BLAKE2b-256 | c0156dd3670f8a6d5f411ea0cd7c867141cf8b29d0577baaabd6d638a22352a4 |