I want to know is there any limit exposed by django on model?
Say I have model of students with name,id,year, phone,email etc. So is there any size limit like only 1gb of data can ve stored or is there any no. of records like only 1000 records can be created.
There is no limit although it depends on your database capacity.