Schedules automod task

This commit is contained in:
Mouse Reeve
2022-02-26 10:13:44 -08:00
parent 95e9119817
commit 2a436800c4
8 changed files with 105 additions and 14 deletions

View File

@ -90,7 +90,7 @@ INSTALLED_APPS = [
"sass_processor",
"bookwyrm",
"celery",
'django_celery_beat',
"django_celery_beat",
"imagekit",
"storages",
]