summaryrefslogtreecommitdiff
path: root/postgresqleu/trustlypayment/admin.py
AgeCommit message (Collapse)Author
2019-01-04Fix sibling importsMagnus Hagander
Sibling imports should be prefixed with a period. Good idea in py2, will eventually become required in py3, so another small step.
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spacing around operatorsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
In an effort to close up with PEP8, we should use spaces for indent rather than tabs... Time to update your editor config!
2018-09-07Fix imports of django urlresolvesVik Fearing
Importing from django.core.urlresolvers is deprecated in favor of django.urls.
2016-12-27Implement Trustly payment methodMagnus Hagander
There are probably still some rough edges since a number of things cannot be tested until it's deployed on a live server, but basic payments should work.