(no title)
phn | 4 years ago
Proper abstraction is the one thing you need to get right, and django makes it so easy to make clean separate modules work together using a shared base and way of working (user model, groups, permissions, urls, signals, etc.).
One day you'll need to use your payments logic to sell something else, embrace it.
hsbauauvhabzb|4 years ago
jmconfuzeus|4 years ago
I can easily extract the logic into it's own app if I need to publish it to PyPi for others to enjoy as well.
Of course, if you code is getting coupled, then you need to revise your design process.