Add Support dongfangyaocao
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user