1
0
mirror of https://github.com/django/django.git synced 2025-06-12 15:09:12 +00:00

Update models.py

This commit is contained in:
Krishna2864 2023-12-02 14:18:57 +05:30 committed by GitHub
parent 02f1733043
commit 3891a7b553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,4 +50,6 @@ class SystemUser(models.Model):
class ReportData(models.Model):
title = models.CharField(max_length=255)
owner = models.ForeignKey(SystemUser, on_delete=models.CASCADE)
owner = models.ForeignKey(SystemUser, on_delete=models.CASCADE)