From fa53379a51a90ebc22fc6e01209520544142f2a9 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Thu, 23 Sep 2021 10:19:10 +0200 Subject: [PATCH] Move lightgallery statics to photologue_custom app --- .../static/lightgallery/css/lg-thumbnail.css | 0 .../static/lightgallery/css/lg-zoom.css | 0 .../static/lightgallery/css/lightgallery.css | 0 .../static/lightgallery/fonts/lg.svg | 0 .../static/lightgallery/fonts/lg.ttf | Bin .../static/lightgallery/fonts/lg.woff | Bin .../static/lightgallery/fonts/lg.woff2 | Bin .../static/lightgallery/images/loading.gif | Bin .../static/lightgallery/lightgallery.min.js | 0 .../plugins/thumbnail/lg-thumbnail.min.js | 0 .../static/lightgallery/plugins/zoom/lg-zoom.min.js | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {photo21 => photologue_custom}/static/lightgallery/css/lg-thumbnail.css (100%) rename {photo21 => photologue_custom}/static/lightgallery/css/lg-zoom.css (100%) rename {photo21 => photologue_custom}/static/lightgallery/css/lightgallery.css (100%) rename {photo21 => photologue_custom}/static/lightgallery/fonts/lg.svg (100%) rename {photo21 => photologue_custom}/static/lightgallery/fonts/lg.ttf (100%) rename {photo21 => photologue_custom}/static/lightgallery/fonts/lg.woff (100%) rename {photo21 => photologue_custom}/static/lightgallery/fonts/lg.woff2 (100%) rename {photo21 => photologue_custom}/static/lightgallery/images/loading.gif (100%) rename {photo21 => photologue_custom}/static/lightgallery/lightgallery.min.js (100%) rename {photo21 => photologue_custom}/static/lightgallery/plugins/thumbnail/lg-thumbnail.min.js (100%) rename {photo21 => photologue_custom}/static/lightgallery/plugins/zoom/lg-zoom.min.js (100%) diff --git a/photo21/static/lightgallery/css/lg-thumbnail.css b/photologue_custom/static/lightgallery/css/lg-thumbnail.css similarity index 100% rename from photo21/static/lightgallery/css/lg-thumbnail.css rename to photologue_custom/static/lightgallery/css/lg-thumbnail.css diff --git a/photo21/static/lightgallery/css/lg-zoom.css b/photologue_custom/static/lightgallery/css/lg-zoom.css similarity index 100% rename from photo21/static/lightgallery/css/lg-zoom.css rename to photologue_custom/static/lightgallery/css/lg-zoom.css diff --git a/photo21/static/lightgallery/css/lightgallery.css b/photologue_custom/static/lightgallery/css/lightgallery.css similarity index 100% rename from photo21/static/lightgallery/css/lightgallery.css rename to photologue_custom/static/lightgallery/css/lightgallery.css diff --git a/photo21/static/lightgallery/fonts/lg.svg b/photologue_custom/static/lightgallery/fonts/lg.svg similarity index 100% rename from photo21/static/lightgallery/fonts/lg.svg rename to photologue_custom/static/lightgallery/fonts/lg.svg diff --git a/photo21/static/lightgallery/fonts/lg.ttf b/photologue_custom/static/lightgallery/fonts/lg.ttf similarity index 100% rename from photo21/static/lightgallery/fonts/lg.ttf rename to photologue_custom/static/lightgallery/fonts/lg.ttf diff --git a/photo21/static/lightgallery/fonts/lg.woff b/photologue_custom/static/lightgallery/fonts/lg.woff similarity index 100% rename from photo21/static/lightgallery/fonts/lg.woff rename to photologue_custom/static/lightgallery/fonts/lg.woff diff --git a/photo21/static/lightgallery/fonts/lg.woff2 b/photologue_custom/static/lightgallery/fonts/lg.woff2 similarity index 100% rename from photo21/static/lightgallery/fonts/lg.woff2 rename to photologue_custom/static/lightgallery/fonts/lg.woff2 diff --git a/photo21/static/lightgallery/images/loading.gif b/photologue_custom/static/lightgallery/images/loading.gif similarity index 100% rename from photo21/static/lightgallery/images/loading.gif rename to photologue_custom/static/lightgallery/images/loading.gif diff --git a/photo21/static/lightgallery/lightgallery.min.js b/photologue_custom/static/lightgallery/lightgallery.min.js similarity index 100% rename from photo21/static/lightgallery/lightgallery.min.js rename to photologue_custom/static/lightgallery/lightgallery.min.js diff --git a/photo21/static/lightgallery/plugins/thumbnail/lg-thumbnail.min.js b/photologue_custom/static/lightgallery/plugins/thumbnail/lg-thumbnail.min.js similarity index 100% rename from photo21/static/lightgallery/plugins/thumbnail/lg-thumbnail.min.js rename to photologue_custom/static/lightgallery/plugins/thumbnail/lg-thumbnail.min.js diff --git a/photo21/static/lightgallery/plugins/zoom/lg-zoom.min.js b/photologue_custom/static/lightgallery/plugins/zoom/lg-zoom.min.js similarity index 100% rename from photo21/static/lightgallery/plugins/zoom/lg-zoom.min.js rename to photologue_custom/static/lightgallery/plugins/zoom/lg-zoom.min.js