Enable: the files app

This commit is contained in:
Aroy-Art 2023-12-28 19:21:14 +01:00
parent f55815bb29
commit dcb53001d2
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -61,6 +61,8 @@ INSTALLED_APPS = [
"django_celery_beat", "django_celery_beat",
"django_celery_results", "django_celery_results",
'apps.files',
# Gallery Archivist apps # Gallery Archivist apps
'sites.furaffinity' 'sites.furaffinity'
] ]