How do I create a field in Django where I might create only one instance of it. In other words, I don't want that be stored multiple entries of this item in the database, because is only required just one instance. In the administrator interface I might only modify this item, and do not add multiple instances of this.How do I create a field in Django where I might