Description
Install the lib:
pip install django-un-foo
Add "foo" to your
INSTALLED_APPS
setting like this:INSTALLED_APPS = [ ... 'un_foo', ... ]
Include the foo URLconf in your project
urls.py
like this:path('', include('un_foo.urls')),
Add this variable
FOO_SETTING
tosettings.py
You will find the foo api documentation in /foo/.