]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
publish root static files
authorFrédéric Péters <fpeters@0d.be>
Wed, 8 Jul 2020 08:08:24 +0000 (10:08 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 8 Jul 2020 08:08:53 +0000 (10:08 +0200)
panikweb/settings.py

index 37b2c52efaa41cdba8441f2061ccfe7a2d557253..b488348c627820ebb49b28552601e44d1ece495c 100644 (file)
@@ -82,6 +82,7 @@ STATICFILES_DIRS = (
     # Put strings here, like "/home/html/static" or "C:/www/django/static".
     # Always use forward slashes, even on Windows.
     # Don't forget to use absolute paths, not relative paths.
+    os.path.join(PROJECT_PATH, 'panikweb', 'static'),
 )
 
 # List of finder classes that know how to find static files in