diff options
author | luxagraf <sng@luxagraf.net> | 2020-12-02 16:13:45 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-12-02 16:13:45 -0500 |
commit | 6153850da86c3158ad86b3a3bf1593c396e46b03 (patch) | |
tree | 67a289466b03c5e4093dd098fc06561f520a3d2e /app/utils | |
parent | 32c4a9dbeb374e93188755da7f406ddfd16f7583 (diff) |
fixed a bug with admin inserts. i think
Diffstat (limited to 'app/utils')
-rw-r--r-- | app/utils/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/views.py b/app/utils/views.py index 87a69bf..71163ce 100644 --- a/app/utils/views.py +++ b/app/utils/views.py @@ -7,7 +7,7 @@ from django.apps import apps from django.shortcuts import render from django.template import RequestContext -from media.models import LuxImage, LuxVideo +from media.models import LuxImage, LuxVideo, LuxAudio from recordings.models import Audio |