I've read the documentation on models in Django and I don't see a clear way to implement what I'm hoping to do. I'd like to make a model where one of the fields is a 2 dimensional array. Something like this:I've read the documentation on models in Django