Is there a way to automatically create data for a django model? So I created a model with choices, text fields, foreign keys, and everything. Is there an automatic way to fill it with data? I don't really care if they are garbage values, just that it's valid within the schema.Is there a way to automatically create data for