1👍
First the id
fields are not necessary Django puts it by default.
to get the w_nama_kategori
attribute in templates, you should use {{blog.w_kategori.w_nama_kategori}}
Source:stackexchange.com
1👍
First the id
fields are not necessary Django puts it by default.
to get the w_nama_kategori
attribute in templates, you should use {{blog.w_kategori.w_nama_kategori}}