from django.db import models

class SEOData(models.Model):
    def __str__(self):
        return self
