alice-telescoop

Results 1 issues of alice-telescoop

I cannot make ManifestStaticFileStorage` find the compiled css, even though it is on the right place. Here's my config : ``` STATICFILES_FINDERS = [ "django.contrib.staticfiles.finders.FileSystemFinder", "django.contrib.staticfiles.finders.AppDirectoriesFinder", "static_precompiler.finders.StaticPrecompilerFinder", ] STATICFILES_DIRS =...

bug