From 5b3a7d60de1ee2737e91307b6f1af3196f81daef Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 19 Jul 2016 11:28:07 +0200 Subject: Add versioning to CSS and JS files --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 8136fb81f..18a715577 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -28,6 +28,7 @@ STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' BASE_URL = "/" URL_PATH = "" +EXTRA_VERSION = '' # prefix for archaeological files code FILE_PREFIX = "SRA" -- cgit v1.2.3