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: Disable admin interface


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: Disable admin interface
Date: Thu, 11 Apr 2019 15:44:52 +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 ebdf0ab  Disable admin interface
ebdf0ab is described below

commit ebdf0abce8f04e20c9fe5eb9a81a107ae7daaf43
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 11 15:44:43 2019 +0200

    Disable admin interface
---
 talerbank/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/talerbank/settings.py b/talerbank/settings.py
index 232eb5c..47865b1 100644
--- a/talerbank/settings.py
+++ b/talerbank/settings.py
@@ -47,6 +47,8 @@ if "demo" == os.environ.get("TALER_ENV_NAME"):
 else:
     DEBUG = True
 
+ADMIN_ENABLED = False
+
 ALLOWED_HOSTS = ["*"]
 
 LOGIN_URL = "login"

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



reply via email to

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