|
|
|
|
|
by phn
1629 days ago
|
|
I mostly agree with other commenters, but I really must hard disagree with point 5. 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. |
|