add task handler

This commit is contained in:
2021-10-24 11:03:33 +02:00
parent 93903e23fb
commit 3eb963736d
4 changed files with 6 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ INSTALLED_APPS = [
# third party apps
'crispy_forms',
'debug_toolbar',
'django_simple_task',
'django_tables2',
'rest_framework',
'rest_framework.authtoken',