Skip to content

Commit

Permalink
fix(staticfiles): removes 'scoap3' from INSTALLED_APPS
Browse files Browse the repository at this point in the history
Signed-off-by: pamfilos <[email protected]>
  • Loading branch information
pamfilos committed Oct 31, 2024
1 parent 7d587b9 commit 8fcadc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
"scoap3.authors",
"scoap3.misc",
"scoap3.exports",
"scoap3",
]
# https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
Expand Down

0 comments on commit 8fcadc5

Please sign in to comment.