@@ -16,23 +16,23 @@ Welcome to django-filer's documentation!
16
16
``django-filer `` is a file management application for django. It handles uploading
17
17
and organizing files and images in contrib.admin.
18
18
19
- +-------------------------------------------------------------------------------------------------+ -------------------------------------------------------------------------------------------------+
20
- | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/filer_1.png | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/filer_2.png |
21
- +-------------------------------------------------------------------------------------------------+ -------------------------------------------------------------------------------------------------+
19
+ +------------------------------------------------------------------------------------------------------+----- -------------------------------------------------------------------------------------------------+
20
+ | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/filer_1.png | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/filer_2.png |
21
+ +------------------------------------------------------------------------------------------------------+----- -------------------------------------------------------------------------------------------------+
22
22
23
23
Filer detail view:
24
24
25
- +------------------------------------------------------------------------------------------------------+ -----------------------------------------------------------------------------------------------------+
26
- | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/detail_image.png | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/detail_file.png |
27
- +------------------------------------------------------------------------------------------------------+ -----------------------------------------------------------------------------------------------------+
25
+ +-----------------------------------------------------------------------------------------------------------+----- -----------------------------------------------------------------------------------------------------+
26
+ | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/detail_image.png | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/detail_file.png |
27
+ +-----------------------------------------------------------------------------------------------------------+----- -----------------------------------------------------------------------------------------------------+
28
28
29
29
Filer picker widget:
30
30
31
- +-------------------------------------------------------------------------------------------------------+ -------------------------------------------------------------------------------------------------------+
32
- | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/file_picker_1.png | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/file_picker_2.png |
33
- +-------------------------------------------------------------------------------------------------------+ -------------------------------------------------------------------------------------------------------+
34
- | .. image:: https://github.com/raw/divio /django-filer/master/docs/_static/file_picker_3.png | |
35
- +-------------------------------------------------------------------------------------------------------+ -------------------------------------------------------------------------------------------------------+
31
+ +------------------------------------------------------------------------------------------------------------+----- -------------------------------------------------------------------------------------------------------+
32
+ | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/file_picker_1.png | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/file_picker_2.png |
33
+ +------------------------------------------------------------------------------------------------------------+----- -------------------------------------------------------------------------------------------------------+
34
+ | .. image:: https://github.com/raw/django-cms /django-filer/master/docs/_static/file_picker_3.png | |
35
+ +------------------------------------------------------------------------------------------------------------+----- -------------------------------------------------------------------------------------------------------+
36
36
37
37
Custom model fields are provided for use in 3rd party apps as a replacement for
38
38
the default ``FileField `` from django. Behind the scenes a ``ForeignKey `` to the
0 commit comments