django is it possible to make a modle of a text field which can not be able to create new fiels but code example
Example: django model fields list
from posts.model import BlogPost
all_fields = BlogPost._meta.fields
#or
all_fields = BlogPost._meta.get_fields()