Question : add row in db django
Answered by : glorious-grivet-cml9qfx3gafo
new_entry = YourModel(name='me', age='222', about='stackoverflow')
new_entry.save()
Source : | Last Update : Sun, 24 May 20
Answered by : glorious-grivet-cml9qfx3gafo
new_entry = YourModel(name='me', age='222', about='stackoverflow')
new_entry.save()
Source : | Last Update : Sun, 24 May 20