From 72c0a012c9e54a7a86a454cc25a874569f140fb7 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 12 Feb 2025 12:57:19 +0100 Subject: [PATCH] Add: posts api app to core/settings --- backend/core/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/core/settings.py b/backend/core/settings.py index 3d5f4a7..a300de6 100644 --- a/backend/core/settings.py +++ b/backend/core/settings.py @@ -52,6 +52,7 @@ INSTALLED_APPS = [ "api.schema", "api.authentication", "api.user", + "api.posts", "images", "apps", "apps.archive",