From cfff93d6ed9ebbbd4342aa80849ef497420e5452 Mon Sep 17 00:00:00 2001 From: indyandie <1058837+Indyandie@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:06:12 -0600 Subject: [PATCH] global tags --- config/settings.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index 00c7d392..58cc0870 100755 --- a/config/settings.py +++ b/config/settings.py @@ -147,6 +147,19 @@ SPECTACULAR_SETTINGS = { 'VERSION': '2.7.0', 'SERVE_INCLUDE_SCHEMA': False, 'OAS_VERSION': '3.1.0', - 'COMPONENT_SPLIT_REQUEST': True + 'COMPONENT_SPLIT_REQUEST': True, + 'TAGS': [ + 'pokemon', + 'evolution', + 'berries', + 'items', + 'machines', + 'location', + 'contest', + 'moves', + 'encounters', + 'games', + 'utility' + ] }