mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
added dynamic sitemap
This commit is contained in:
@@ -6,7 +6,7 @@ class Category(models.Model):
|
||||
title = models.CharField(max_length=100, unique=True)
|
||||
display_name = models.CharField(max_length= 100)
|
||||
date_created = models.DateTimeField(default=timezone.now)
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user