2👍
✅
You need to get the user_id as an integer and then query your blog-database in a second step.
Django does not support cross-database relationships. See the docs here
Source:stackexchange.com
2👍
You need to get the user_id as an integer and then query your blog-database in a second step.
Django does not support cross-database relationships. See the docs here