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
We shouldn't propose people to use incorrectly named env variables:
previously:
if "SHOW_DRFDOCS" is True - docs are hidden
now: correct naming of variables.
Copy file name to clipboardExpand all lines: docs/settings.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ To set DRF docs' settings just include the dictionary below in Django's `setting
16
16
You can use hidden to prevent your docs from showing up in different environments (ie. Show in development, hide in production). To do so you can use environment variables.
0 commit comments