summaryrefslogtreecommitdiffstats
path: root/media/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'media/readme.txt')
-rw-r--r--media/readme.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/media/readme.txt b/media/readme.txt
index 82a12f2..b30fffb 100644
--- a/media/readme.txt
+++ b/media/readme.txt
@@ -2,6 +2,15 @@ Confusions and incompatibilities when migrating to Django 1.10
meant conslidating the places we get CSS files and site media such as gifs
for page annoations.
+Situation as of 19/2/2022:
+The only use of STATIC or the /static/ path is by Django-provided admin pages which
+we cannot chnage.
+Locations of files are documented by comments at the bootom of the urls.py file.
+
+flatviews, flatpages are now called expoviews, expopages.
+
+we no longer load or use django.contrib.staticfiles
+
Situation as of 17/6/2020:
We have 3 folders for CSS files in 3 very different places:
1 in expoweb repo
@@ -17,7 +26,7 @@ These are (in /home/expo/ ):
2. troggle/media/css/ MEDIA_ROOT, MEDIA_URL - the url is /site_media/css/main3.css
3. static/admin/css STATIC_ROOT, STATIC_URL - the url is /static/admin/css/base.css
-After installing Django, weneed to manually copy its CSS etc. files from,
+After installing Django, we need to manually copy its CSS etc. files from,
e.g. /usr/lib/python3.7/site-packages/django/contrib/admin/static/admin/css
to
/static/admin/css/base.css