From 2a119e1076995eac1d5280652f36f2bc46f6dc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 10 Aug 2022 13:03:44 +0200 Subject: [PATCH] settings: add back rest_framework (#68096) --- fargo/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fargo/settings.py b/fargo/settings.py index ccc5a40..a2430ed 100644 --- a/fargo/settings.py +++ b/fargo/settings.py @@ -55,6 +55,7 @@ INSTALLED_APPS = ( 'django_tables2', 'gadjo', 'fargo.fargo', + 'rest_framework', 'sorl.thumbnail', )