(no title)
jeffasinger | 4 years ago
That allows you to start with next to no code, but you can easily add a little business logic anywhere you need it eventually, and it provides a way to long term transition to a true application if the need arises.
StavrosK|4 years ago
throwmeout2141|4 years ago
Throwaway for obvious reasons.
mywacaday|4 years ago
Closi|4 years ago
This will take a few minutes to implement and be significantly more stable and full-featured than any low/no-code solution.
cpach|4 years ago
How does one get started with Django Admin?
Would this tutorial be a good start? https://first-django-admin.readthedocs.io/
adsharma|4 years ago
https://adsharma.github.io/flattools-programs/
In short, django models are written using a very low level of abstraction. I much prefer dataclasses generated from a high level IDL.
The blog post compares different IDLs and argues why flatbuffer IDL is more suitable.
In order to express queries over such models:
https://adsharma.github.io/fquery/
adsharma|4 years ago
https://github.com/oxan/djangorestframework-dataclasses/issu...
on how this could work. The author wasn't interested, but I might pursue it in a fork.
jnskender|4 years ago
cpach|4 years ago
jeffasinger|4 years ago
giardini|4 years ago
Is English your native language?
unknown|4 years ago
[deleted]