]> git.0d.be Git - panikweb.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:12:01 +0000 (10:12 +0200)
panikweb/settings.py

index 9feeea22ad365c0cdb6e622c9d0bd810e4b9be62..03a81f3ea25ec3dc6668bdfe47f778672c9babed 100644 (file)
@@ -81,6 +81,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