Add Support dongfangyaocao

This commit is contained in:
2025-08-11 22:20:19 +08:00
parent 6d80326a4e
commit d9d2ea9d99
11 changed files with 686 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
from django.db import models
class Website(models.Model):
name = models.CharField(max_length=100, unique=True)
base_url = models.URLField()