Compare commits

...

1 Commits

Author SHA1 Message Date
Frédéric Péters 67d4dfbca7 settings: add back rest_framework (#68096)
gitea/fargo/pipeline/head Build started... Details
2022-08-10 14:02:15 +02:00
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',
)