add userfile module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2023-07-01 20:45:38 +02:00
parent 68a9d520f2
commit 46a6b4e3d4
6 changed files with 187 additions and 0 deletions

View file

@ -48,6 +48,7 @@ INSTALLED_APPS = [
'drf_yasg',
'authentication',
'hostadmin',
'files',
'toolshed',
]