Open danostrowski opened 10 years ago
I realize mezzanine-grappelli
is not in here, I had removed it and backed out the settings by this point.
Sorry for not answering sooner, for some reason I didn't get a notification for the issue.
It's weird that mezzanine-grappelli
doesn't appear in pip freeze
, have you tried running pip install mezzanine-grappelli
again?
If you manage to get mezzanine-grappelli
in the pip freeze
output but it still doesn't work, could you please install/enable the django-extensions
app, enable it, and paste the output of ./manage.py show_urls | grep filebrowser
?
Hey, It's late, but I wanted to get this issue started.
I followed the instructions for installation and got "'filebrowser' is not a registered namespace" as a result.
I went through and removed the "filebrowser:" prefix from filebrowser/templates/filebrowser/upload.html and /filebrowser/templates/filebrowser/include/breadcrumbs.html, but then the page basically had no styling and there was no widget for upload on the media library upload page.
pip freeze
yields this result:Cartridge==0.8.2 Django==1.6.1 Flask==0.10.1 Jinja2==2.7 MarkupSafe==0.18 Mezzanine==3.0.8 PIL==1.1.7 Pillow==2.3.0 ProxyTypes==0.9 South==0.8.4 Werkzeug==0.9.1 address==0.1.2 argparse==1.2.1 bleach==1.4 django-appconf==0.6 django-compressor==1.3 django-filebrowser==3.5.3 django-grappelli==2.5.1 django-selectable==0.8.0 feedparser==5.1.3 filebrowser-safe==0.3.2 future==0.9.0 grappelli-safe==0.3.4 gunicorn==0.17.2 html5lib==1.0b3 itsdangerous==0.22 meld3==0.6.10 oauthlib==0.6.1 phonenumbers==5.7b2 pisa==3.0.33 psycopg2==2.5 pyparsing==1.5.5 python-memcached==1.51 pytz==2013.9 requests==2.2.1 requests-oauthlib==0.4.0 six==1.5.2 sorl-thumbnail==11.12 stripe==1.9.5 supervisor==3.0b1 tzlocal==1.0 wsgiref==0.1.2
Any ideas why this would be happening?