]> git.parisson.com Git - mezzo.git/commitdiff
[settings] : add static path of mezzanine organization
authorEmilie <zawadzki@ircam.fr>
Thu, 14 Dec 2017 14:19:32 +0000 (15:19 +0100)
committerEmilie <zawadzki@ircam.fr>
Thu, 14 Dec 2017 14:19:32 +0000 (15:19 +0100)
app/settings.py

index e6ac58f95971579ac65dd3802abab1ac164c99dd..2b03fb2545f8641f62137d6a97c4df37feeb72d4 100644 (file)
@@ -179,6 +179,10 @@ STATIC_URL = "/static/"
 # STATIC_ROOT = os.path.join(PROJECT_ROOT, STATIC_URL.strip("/"))
 STATIC_ROOT = '/srv/static/'
 
+STATICFILES_DIRS = [
+    '/srv/lib/mezzanine-organization/organization/static'
+]
+
 # URL that handles the media served from MEDIA_ROOT. Make sure to use a
 # trailing slash.
 # Examples: "http://media.lawrence.com/media/", "http://example.com/media/"