Javascript – New data not showing up in frontend
I am using django for the backend and next.js for my frontend I have a table called Person in my database, which I recently modified and added two new values: `government_id and fiscal_address. my django model looks like this: class…