diff cagou/core/constants.py @ 420:83d184393fe1

core: downloadURL helper method
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2020 16:38:17 +0100
parents 4d660b252487
children efee0e0afb78
line wrap: on
line diff
--- a/cagou/core/constants.py	Wed Feb 26 16:32:27 2020 +0100
+++ b/cagou/core/constants.py	Wed Feb 26 16:38:17 2020 +0100
@@ -55,3 +55,7 @@
     # values are in dp
     IMG_MAX_WIDTH = 500
     IMG_MAX_HEIGHT = 500
+
+    # files
+    FILE_DEST_DOWNLOAD = "DOWNLOAD"
+    FILE_DEST_CACHE = "CACHE"