Merge branch 'beta' into 'master'

Beta

Closes #84 et #83

See merge request bde/nk20!146
This commit is contained in:
ynerant 2021-01-19 12:40:24 +01:00
commit b8b781f9a2
39 changed files with 6705 additions and 2 deletions

View file

@ -49,6 +49,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django.forms',
'django_filters',
'django_extensions',
# API
'rest_framework',