bookshelf
bookshelf copied to clipboard
Code examples to learn dry-python with Django at the project scale.
Results
28
bookshelf issues
Sort by
recently updated
recently updated
newest added
The form doesn't need to hold a link to view to call its methods in the clean.
documentation
User model doesn't depend on one weird situation one weird customer had two years ago.
documentation
Implementation: 1. There are two stories: purchase product and cancel subscription. 2. There is one data action class with do and undo methods: order repository. Benefits: 1. Data access logic...
documentation