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: remove rest_framework f


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: remove rest_framework from settings
Date: Wed, 26 Apr 2017 09:53:53 +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 b72f707  remove rest_framework from settings
b72f707 is described below

commit b72f70798d126445a1558482774af9ca3c112883
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 26 09:53:48 2017 +0200

    remove rest_framework from settings
---
 talerbank/app/static/web-common | 2 +-
 talerbank/settings_base.py      | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/talerbank/app/static/web-common b/talerbank/app/static/web-common
index 6dd8ca1..d7e0135 160000
--- a/talerbank/app/static/web-common
+++ b/talerbank/app/static/web-common
@@ -1 +1 @@
-Subproject commit 6dd8ca1675817cc0ca65f0819489234eeafaa2ed
+Subproject commit d7e013594d15388b1a7342a44a0e9c8d4ecca82d
diff --git a/talerbank/settings_base.py b/talerbank/settings_base.py
index 14e14f4..df0e588 100644
--- a/talerbank/settings_base.py
+++ b/talerbank/settings_base.py
@@ -53,8 +53,7 @@ INSTALLED_APPS = [
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
-    'talerbank.app',
-    'rest_framework.authtoken'
+    'talerbank.app'
 ]
 
 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]