first vue 3 commit

This commit is contained in:
vabene1111
2024-02-20 20:11:51 +01:00
committed by smilerz
parent 8728865b97
commit bb6356cfa8
18 changed files with 1099 additions and 17 deletions

View File

@@ -499,6 +499,11 @@ def test2(request):
return HttpResponseRedirect(reverse('index'))
@group_required('admin')
def vue3(request):
return render(request, 'frontend/tandoor.html', {})
def get_orphan_files(delete_orphans=False):
# Get list of all image files in media folder
media_dir = settings.MEDIA_ROOT