summaryrefslogtreecommitdiff
path: root/talerbank/app/__init__.py
AgeCommit message (Collapse)Author
2017-12-05remove initial checks. They pollute tests, and the way theMarcello Stanisci
bank is launched makes sure they always pass. Moreover, they check for obvious conditions like: is a 'Bank' user present? Is a database accessible? NOTE: Django does not let one disable checks for tests, but only *silence* them, which is still wasteful.
2016-04-27checksFlorian Dold
2016-04-15resolving flake8 warningsMarcello Stanisci
2016-04-14remove custom check command with system checkFlorian Dold
2016-04-08restructure modulesFlorian Dold