5 Oct
2023
5 Oct
'23
7:47 p.m.
Hello Mark,
BASE_DIR = '/home/pocovobe/var/' STATIC_ROOT = '/home/pocovobe/webserver/static' STATIC_URL = '/static/' STATICFILES__DIRS = empty STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', #'django.contrib.staticfiles.finders.DefaultStorageFinder', 'compressor.finders.CompressorFinder', )