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 'authtoken' i


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: including 'authtoken' in INSTALLED_APPS
Date: Tue, 25 Apr 2017 10:54:12 +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 85168e6  including 'authtoken' in INSTALLED_APPS
85168e6 is described below

commit 85168e6f46e18cbd69e11a4b61cb6a1ead3c0c4a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 25 10:53:52 2017 +0200

    including 'authtoken' in INSTALLED_APPS
---
 talerbank/settings_base.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talerbank/settings_base.py b/talerbank/settings_base.py
index df0e588..14e14f4 100644
--- a/talerbank/settings_base.py
+++ b/talerbank/settings_base.py
@@ -53,7 +53,8 @@ INSTALLED_APPS = [
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
-    'talerbank.app'
+    'talerbank.app',
+    'rest_framework.authtoken'
 ]
 
 MIDDLEWARE_CLASSES = [

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



reply via email to

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