Age | Commit message (Collapse) | Author |
|
Sibling imports should be prefixed with a period. Good idea in py2, will
eventually become required in py3, so another small step.
|
|
|
|
|
|
In an effort to close up with PEP8, we should use spaces for indent
rather than tabs... Time to update your editor config!
|
|
Importing from django.core.urlresolvers is deprecated in favor of django.urls.
|
|
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.
|