gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: including web-common am


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: including web-common among static content dirs
Date: Wed, 19 Jul 2017 11:29:46 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 0be750d  including web-common among static content dirs
0be750d is described below

commit 0be750d81052cd099d31ccb77e8dadcaf1dc2942
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 19 11:29:19 2017 +0200

    including web-common among static content dirs
---
 talerbank/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/settings.py b/talerbank/settings.py
index 9449482..b553a3b 100644
--- a/talerbank/settings.py
+++ b/talerbank/settings.py
@@ -170,6 +170,7 @@ STATIC_URL = '/static/'
 
 STATICFILES_DIRS = [
     os.path.join(BASE_DIR, "talerbank/app/static"),
+    os.path.join(BASE_DIR, "talerbank/app/static/web-common"),
 ]
 
 # Currently we don't use "collectstatic", so this value isn't used.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]