diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-06-22 23:03:32 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-06-22 23:03:32 +0200 |
commit | 987a6d3c553dbfdfc37bfc9f0f656d107c74f85e (patch) | |
tree | f0a22330f85a4de171d144645e11bf647e935abf /manager/settings.py | |
parent | Chips filter, date filter, fix buttons with text (diff) | |
download | scout-subs-987a6d3c553dbfdfc37bfc9f0f656d107c74f85e.tar.gz scout-subs-987a6d3c553dbfdfc37bfc9f0f656d107c74f85e.zip |
Download docs, better preview
Diffstat (limited to '')
-rw-r--r-- | manager/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manager/settings.py b/manager/settings.py index 169c56e..087d7da 100644 --- a/manager/settings.py +++ b/manager/settings.py @@ -34,6 +34,7 @@ INSTALLED_APPS = [ 'server.apps.ServerConfig', 'accounts.apps.AccountsConfig', 'client.apps.ClientConfig', + 'django_cleanup', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', |