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 useless command


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: remove useless command
Date: Thu, 18 May 2017 11:16: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 bcbe8f5  remove useless command
bcbe8f5 is described below

commit bcbe8f59bbd0b8228eee946b60dea966744331ca
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 18 11:16:15 2017 +0200

    remove useless command
---
 taler-bank-manage.in | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/taler-bank-manage.in b/taler-bank-manage.in
index 095fff4..75ba391 100644
--- a/taler-bank-manage.in
+++ b/taler-bank-manage.in
@@ -28,11 +28,7 @@ def handle_django(args):
     import django
     django.setup()
     from django.core.management import call_command
-    # Need this check first to detect if the database exists
-    # in the first place
-    call_command('check')
-    # always run 'migrate' first, in case a virgin db gets
-    # used.
+    # always run 'migrate' first, in case a virgin db is being used.
     call_command('migrate')
     from django.core.management import execute_from_command_line
     execute_from_command_line([sys.argv[0] + " django"] + args.command)

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



reply via email to

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