From 5cdd4f550d5dcf1fec3eb84fd52373b39784fee3 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 13 Apr 2024 22:26:44 +0200 Subject: [PATCH 1/2] Add: more works to spell checker --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3fc32e2..a72e9ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "cSpell.words": [ + "artstation", + "devantart", "iframes", "ncols", "phash", From 181e2c8bd074b22e4b109eefb4a1632e7f09855d Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 13 Apr 2024 22:27:53 +0200 Subject: [PATCH 2/2] Add: sites management commands py structure --- archivist/apps/sites/management/__init__.py | 0 archivist/apps/sites/management/commands/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 archivist/apps/sites/management/__init__.py create mode 100644 archivist/apps/sites/management/commands/__init__.py diff --git a/archivist/apps/sites/management/__init__.py b/archivist/apps/sites/management/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/archivist/apps/sites/management/commands/__init__.py b/archivist/apps/sites/management/commands/__init__.py new file mode 100644 index 0000000..e69de29