I want to create a new type of field for django models that is basically a ListOfStrings. So in your model code you would have the following:
models.py:
I think what you want is a custom model field.