Hi!
I am new to django-filebrowser and i intend to use it in order to build a dropbox-like application.
I followed the guide in order to create my first project but when i try
to access http://localhost:8000/admin/filebrowser/browse/ i get
NoReverseMatch at /admin/filebrowser/browse/
u'admin' is not a registered namespace
I have installed needed apps using pip ( versions are 3.5.2 for filebrowser and 2.4.4 for grappelli.
Let me know if i need to provide traceback.
--
You received this message because you are subscribed to the Google Groups "Django FileBrowser" group.
To unsubscribe from this group and stop receiving emails from it, send an email to djangofilebrow...@googlegroups.com.
To post to this group, send email to djangofi...@googlegroups.com.
Visit this group at http://groups.google.com/group/djangofilebrowser?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
name 'admin' is not defined
from django.contrib import admin
and grappelli login screen appeared.