ImportError: No module named staticfiles

2011-09-29 Thread EricSI
I'm running Django 1.3.1. On my staging server I am getting this error message through the email error log only. The error does not appear to manifest itself in how the site is rendered, all of my static files are actually showing up correctly. I find this error odd for a couple of reasons.

using django-filer with rich textfields

2011-08-30 Thread EricSI
Is anyone aware of a way to add images from django-filer to rich textfields? I'm using django-filer in my project for an image library, and WYMEditor for a rich textfield in the admin panel. The default behavior of the image button in WYMEditor is to prompt the user to enter a URL where the

rich text field editor in admin panel with inlines?

2011-08-23 Thread EricSI
Hello all, First a little background on what is installed: django django-cms django-filer cmsplugins-filer I'm working on a project where the admin panel for a 'Product' needs to have a rich text editor for several textfields. I have found several examples of how to incorporate this but none