Browse Source

media library functionality for image manipulation added

master
Dirk Alders 4 years ago
parent
commit
529031d1f4
4 changed files with 9 additions and 4 deletions
  1. 2
    2
      config_example/config.py
  2. 5
    0
      main/settings.py
  3. 1
    1
      media
  4. 1
    1
      pygal

+ 2
- 2
config_example/config.py View File

13
 #
13
 #
14
 # Access Right settings
14
 # Access Right settings
15
 #
15
 #
16
-# SUSPEND_PUBLIC = True       # Set this to True to ensure, that unauthenticated users have no permission
16
+# SUSPEND_PUBLIC = True        # Set this to True to ensure, that unauthenticated users have no permission
17
 
17
 
18
 #
18
 #
19
 # Style settings
19
 # Style settings
25
 #
25
 #
26
 # Content settings
26
 # Content settings
27
 #
27
 #
28
-# SORT_BY = False            # Sorting by name if False
28
+# SORT_BY_DATE = True          # Sorting by name if False
29
 # SHOW_IMAGE = True
29
 # SHOW_IMAGE = True
30
 # SHOW_VIDEO = True
30
 # SHOW_VIDEO = True
31
 # SHOW_AUDIO = False
31
 # SHOW_AUDIO = False

+ 5
- 0
main/settings.py View File

257
             'level': 'INFO',
257
             'level': 'INFO',
258
             'propagate': False,
258
             'propagate': False,
259
         },
259
         },
260
+        'MEDIA': {
261
+            'handlers': default_handler,
262
+            'level': 'INFO',
263
+            'propagate': False,
264
+        },
260
     },
265
     },
261
 }
266
 }
262
 
267
 

+ 1
- 1
media

1
-Subproject commit 488c70884b9767428e8cf2866c2f46ccf4be10dd
1
+Subproject commit 1c06aab615831d19b6943dbc4921cf845c76f454

+ 1
- 1
pygal

1
-Subproject commit 9da7e60a131d94fe30ecb3d3ae7ec733fa173dd3
1
+Subproject commit 78df2b0459574f987addcc525f649cc191a3fb65

Loading…
Cancel
Save