aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-filer/pkg-message
blob: 4f8878f812d220df878851172351fd3333ccb5d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{ type: install
  message: <<EOM
Add "filer" and related apps to your INSTALLED_APPS setting and run
manage.py migrate:

INSTALLED_APPS = [
    ...
    'easy_thumbnails',
    'filer',
    'mptt',
    ...
]

Note that easy_thumbnails also has database tables and needs a
manage.py migrate.

For easy_thumbnails to support retina displays (recent MacBooks, iOS) add to
settings.py:

THUMBNAIL_HIGH_RESOLUTION = True

If you forget this, you may not see thumbnails for your uploaded files. Adding
this line and refreshing the admin page will create the missing thumbnails.
EOM
}
]