Add: posts api app to core/settings

This commit is contained in:
Aroy-Art 2025-02-12 12:57:19 +01:00
parent acf48203b9
commit 72c0a012c9
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -52,6 +52,7 @@ INSTALLED_APPS = [
"api.schema", "api.schema",
"api.authentication", "api.authentication",
"api.user", "api.user",
"api.posts",
"images", "images",
"apps", "apps",
"apps.archive", "apps.archive",