Changes between Initial Version and Version 1 of Ticket #33467
- Timestamp:
- Jan 28, 2022, 4:58:18 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33467 – Description
initial v1 1 If Django would provide a small framework how to create demo-system, this would helpful l:1 If Django would provide a small framework how to create demo-system, this would helpful: 2 2 3 3 * Developers would waste less time creating fundamental data-structures, just to be able to use a view in the development system 4 4 5 * It would it make easier to unboard a new django developer in a company, since he/she would be familiar with it5 * It would it make easier to onboard a new django developer in a team, since he/she would be familiar with it 6 6 7 * Less teams would copy the production-DB into the development-DB. 7 * Less teams would copy the production-DB into the development-DB. This is a bad habit since it usually violates data-protection regulations. 8 8 9 9 There are several ways how to get there here is one idea: