From 98f41c16f0a0ed0059f064b0a5d996679c1db32d Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 18 Oct 2023 13:34:50 +0200 Subject: [PATCH] Add: more words to spell checking --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4045341..6883451 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,12 @@ { "cSpell.words": [ + "ncols", "phash", "preimport", "runserver", "SLUGIFYING", "taggit", + "viewsets", "whitenoise" ], } \ No newline at end of file