On 10/5/23 12:47, Alexander Maier wrote:
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', )
OK. You now should have
ALIAS /static/ /home/pocovobe/webserver/static/
in your web server config (or whatever the equivalent directive is for your web server if not apache.
and you should run the django admin commands
collectstatic --clear --noinput
compress
and if they haven't been run recently
compilemessages
migrate
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan