morlandi
morlandi
Hello @richardbarran , I'm considering django-photologue for a new project; thanks for your great work. I would rather have the user upload images in a gallery from the front-end, but...
Running the unit tests from a Django project (I did this from the Example project) has been improved thanks to PR #65 contributed by @PetrDlouhy: ``` $ cd example $...
Use case: you have a list of addresses like: street | number --- | --- aaa | 3 aaa | 10 aaa | 10/A aaa | 2/B Suppose that an...
Works "as is" after following the deployment procedure documented here: https://docs.mayan-edms.com/chapters/deploying.html#direct-deployment
Hello, should you be interested in including this feature in the main project, please let me know if you require any modification from my side before merging this PR. ##...
Solves https://github.com/mlavin/django-selectable/issues/221
Sometime you need to display many columns in the listing, and the horizontal space taken up by the filters results in additional horizontal scrolling which might be inconvenient. In these...
I would like to save a record in the TransitionLog when the instance is initially created; conceptually when `initial_state` is assigned I wonder which is the cleanest approach, and most...
Hello @rbarrois , this is exactly the support I've always dreamed of for managing workflows in a Django project. Thank you. I failed to use `GenericTransitionLog()` as my Models use...