|
|
|
|
|
by sgt
1139 days ago
|
|
It's been a few weeks ago, but I recall asking ChatGPT about models in Django, which on the surface it often gets perfect. However, when I asked that the model in question needs to be unmanaged and backed by a SQL view (which I pasted), which had previously been applied from a migration script, it became pretty obvious that ChatGPT is just putting together sentences that are highly likely to be true, but not really understanding the architecture of Django. So that's one example - and it's not even a particularly complex scenario. |
|
And wow, is it convenient for writing tests. I just copy the entire views.py in and list all of the tests I want. The key is to be explicit with what you want.