Patch db,...

This commit is contained in:
2024-05-15 13:36:21 +02:00
parent db7107405c
commit e873b0f900
3 changed files with 5 additions and 5 deletions

View File

@ -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)