I still want to develop in Python. And web is the future. Bye (some) HTML templates; DRF is here to stay.

Tried using FastAPI, but it's a Flask ASGI counterpart, not Django. Interested to see where Django will move to.

The most comprehensive HN Thread on Django, including resources and stuff.

Django 2.2 Announcement (https://news.ycombinator.com/item?id=19542975)

Will try to port them here.

update: after researching and going back to it.. not much. but i have a ton in my bookmarks to port here.

Example Projects

Django Life Cycle Hooks (instead of Signals)

https://github.com/rsinger86/django-lifecycle

Django Model Graph

brew install graphviz
pip install pygraphviz django-extensions
./manage.py graph_models unicodex -o uml.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6d4f7ee5-aed2-4810-baf7-acdee37999e3/Untitled.png

twitter.com/glasnt

Django + SPA Prototyping?

https://github.com/drf-forms/drf-schema-adapter. https://www.youtube.com/watch?v=5i3fNnQM0sM.

—> https://djembersample.pythonanywhere.com/

Honestly. What I have been thinking in the last few days. There has to be a midway between Django traditional speed and API/DRF + SPA prototyping. This seems to be the answer, but need to look deeper for Vue.. I wonder if Swagger/OpenAPI is actually another implementation of JSONSchema.