This commit is contained in:
2025-08-13 21:35:11 +08:00
parent c618528a0a
commit 31d0525cd0
10 changed files with 243 additions and 897 deletions

View File

@@ -8,7 +8,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
website, created = Website.objects.get_or_create(
name="www.gov.cn",
name="中国政府网",
defaults={
'article_list_url': 'https://www.gov.cn/',
'article_selector': 'a'