django-filebrowser

django-filebrowser not accessible and a 404 is thrown

Page not found (404) Request Method: GET Request URL: http://beta.mysite.com/admin/filebrowser/ The requested admin page does not exist. django-filebrowser requirements: django 1.0+ ( I have 1.1 ) PIL ( I installed python-imaging ) Grappelli ( I installed the latest svn trunk, confirmed it works ) For filebrowser ...

Django: What's an awesome plugin to maintain images in the admin?

I have an articles entry model and I have an excerpt and description field. If a user wants to post an image then I have a separate ImageField which has the default standard file browser. I've tried using django-filebrowser but I don't like the fact that it requires django-grappelli nor do I necessarily want a flash upload utility - can...

django filebrowser extensions problem

Hi, I've set django filebrowser's debug to True and wrote the extension restrictions in the model. pdf = FileBrowseField("PDF", max_length=200, directory="documents/", extensions=['.pdf', '.doc', '.txt'], format='Document', blank=True, null=True) In django admin it shows correctly with debug info. Directory documents/ Extensions ['.pdf...

Django Tiny_MCE and FileBrowser leading ../../../

Hi Im using Filebrowser for Django and also TinyMCE. I include TinyMCE in my admin text area editor by adding a admin template to folder media in my templates with filename base_site.html Now when I add a image with filebrowser, tiny_mce adds a leading ../../../../ before /media/uploads/etc/image.jpg Any ideas why? I guess its some URL...

Admin field fails to save with tinymce and filebrowser in django

I'm using django-tinymce together with the no grappelli branch of django-filebrowser running django 1.2. I use the tinymce HTMLField model definition for the model field that I would like to have WYSIWYG. I've added the correct javascript to my AdminModel, and the filebrowser works great, adding the image to the textarea with no proble...

Version of django-filebrowser-no-grappelli-optional-uploadify that works with Django 1.1?

Does anyone know if there is a version of django-filebrowser-no-grappelli-optional-uploadify that is compatible with Django 1.1? I tried this version... http://github.com/alexvasi/django-filebrowser-no-grappelli-and-uploadify ...but I'm getting an error, and I presume that's because it only supports Django 1.2, since the oriignal Fileb...

django grappelli, filebrowser and Tiny MCE insert image dialog

So, I found django admin interface called 'grappelli'. Looked at the screenshots and decided that I like it. Went to sources page and checked out trunk. Set it up and noticed that it looks nothing like screenshots. No dashboard, no side panel, different colors of the elements and model item lists are very narrow. From that point I'm won...