drf_info_endpoint

Django Rest Framework Project Info View


License
MIT
Install
pip install drf_info_endpoint==0.0.1

Documentation

drf_info_endpoint

PyPI Version

Installation

Using pip

pip install drf_info_endpoint

Using pipenv

pipenv install drf_info_endpoint

Quick start

In your project’s settings.py.

DRF_INFO_ENDPOINT_PROJECT_NAME = "My Project"
DRF_INFO_ENDPOINT_VERSION = "v1.0"