--root option and /-/auth-token view, refs #784

This commit is contained in:
Simon Willison 2020-05-31 18:03:17 -07:00
commit 9f3d4aba31
9 changed files with 89 additions and 8 deletions

View file

@ -65,8 +65,8 @@ def documented_views():
first_word = label.split("_")[0]
if first_word.endswith("View"):
view_labels.add(first_word)
# We deliberately don't document this one:
view_labels.add("PatternPortfolioView")
# We deliberately don't document these:
view_labels.update(("PatternPortfolioView", "AuthTokenView"))
return view_labels