See first the code.
models.py
class Schauspieler(models.Model): schauspieler = models.CharField(max_length=100) def __str__(self): ret