Re: Is there any reason to set the default reverse relationship name in the current format?

2021-08-16 Thread 김정훈
It helped a lot. Thank you! Jeonghun Kim 2021년 8월 9일 월요일 오후 7시 19분 21초 UTC+9에 Adam Johnson님이 작성: > Ruby on Rails uses "correct" plural forms in code. But in order to do this > it contains a special library to pluralize words correctly, e.g. octopus -> > octopuses. And naturally that strategy r

django fquery tutorial

2021-08-16 Thread Arun Sharma
Are you interested in using python 3.7 dataclasses to represent both django database models, views and get graphql interfaces for free? I wrote up a tutorial on how to use fquery with django: https://adsharma.github.io/django-fquery/ More about fquery: https://adsharma.github.io/fquery/ Earli