django is new for me. And I was looking for file transfer.
I got filebrowser repo. Your work is great.
I installed filebrowser, grappeli successfully.
But when I am going to run filebrowser through admin section I got some errors like
First I got error :
TemplateDoesNotExist at /admin/filebrowser/browse/
filebrowser/index.html
So I put filebrowser folder at location ui/template/
2) fb_tags' is not a valid tag library: Template library fb_tags not found, tried django.templatetags.fb_tags,django.contrib.staticfiles.templatetags.fb_tags,django.contrib.admin.templatetags.fb_tags,allauth.account.templatetags.fb_tags,allauth.socialaccount.templatetags.fb_tags
Am I doing wrong things ?
Please guide me. I need help.