Patch db,...
This commit is contained in:
@ -4,4 +4,4 @@ from django.contrib.auth.models import User
|
||||
|
||||
class NoticeModel(Model):
|
||||
user = ForeignKey(User, on_delete=CASCADE)
|
||||
data = CharField(max_length=100)
|
||||
data = CharField(max_length=1024)
|
||||
|
Reference in New Issue
Block a user