You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
The "quickstart" example in the docs is incomplete. Running it as described with a fresh DRF and fresh drf_openapi will give:
NameError: name 'API_PREFIX' is not defined
Fixing that then gives:
NameError: name 'include' is not defined
The Quickstart example should be updated to include everything necessary to actually run drf_openapi (ex, API_PREFIX='blah', from django.conf.urls import url, include)