[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-bank] branch master updated: Remove installation-tim
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-bank] branch master updated: Remove installation-time wire-transfer. |
Date: |
Tue, 10 Sep 2019 12:44:18 +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 c540308 Remove installation-time wire-transfer.
c540308 is described below
commit c540308d631b6a8f92b4fc450a7e887b672710fb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Sep 10 12:43:35 2019 +0200
Remove installation-time wire-transfer.
---
talerbank/app/management/commands/provide_accounts.py | 8 --------
1 file changed, 8 deletions(-)
diff --git a/talerbank/app/management/commands/provide_accounts.py
b/talerbank/app/management/commands/provide_accounts.py
index 901f996..3586a0b 100644
--- a/talerbank/app/management/commands/provide_accounts.py
+++ b/talerbank/app/management/commands/provide_accounts.py
@@ -48,14 +48,6 @@ def make_account(username):
is_public=True
).save()
- if "Survey" == username:
- bank = BankAccount.objects.get(account_no=1)
- survey = BankAccount.objects.get(account_no=8)
- wire_transfer(
- Amount(settings.TALER_CURRENCY, 10000000), bank, survey,
- "Benevolent donation for 'Survey'"
- )
-
except (OperationalError, ProgrammingError):
LOGGER.error(
"db does not exist, or the project"
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-bank] branch master updated: Remove installation-time wire-transfer.,
gnunet <=