settings: add back rest_framework (#68096)
gitea/fargo/pipeline/head Build started... Details

This commit is contained in:
Frédéric Péters 2022-08-10 13:03:44 +02:00
parent 6b2d57caf9
commit 2a119e1076
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ INSTALLED_APPS = (
'django_tables2',
'gadjo',
'fargo.fargo',
'rest_framework',
'sorl.thumbnail',
)