Questions tagged [django-filer]

File and Image Management Application for Django.

Makes handling of files and images a breeze.

See github project.

78 questions
0
votes
1 answer

djangocms-text-ckeditor with django-filer

Ive been trying to get ckeditor working with the CMS. I cant seem to get inline images working with filer. I'm trying to add an image from the list of cms plugins and can select the image from the list of images already uploaded, but on finally…
zsquare
  • 9,916
  • 6
  • 53
  • 87
0
votes
1 answer

Django Filer getting 'thumbnail' is not a valid tag library error to do with ImageChop

I have just installed Django-filer following the instructions on the Github page. I am running django 1.4.5 on python 2.7 Some parts of the Settings.py for my app: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', …
Daniel Casserly
  • 3,552
  • 2
  • 29
  • 60
-1
votes
1 answer

Django filer thumbnail's path

I've created a custom User model based on AbstractUser model. How can I find the right path to my thumbnail to use in a template file ? models.py class User(AbstractUser): photo = FilerImageField(related_name='profile_photo', null=True,…
ns68
  • 9
  • 1
  • 1
1 2 3 4 5
6