sandroin / Learning-Management-System

1 stars 1 forks source link

მოდელის იმპორტი #25

Open MariamKipshidze opened 5 months ago

MariamKipshidze commented 5 months ago

https://github.com/sandroin/Learning-Management-System/blob/3e25f1da6a22ea21fecbe69143a796bf7bfa2fee/lms_app/models.py#L33

user = models.OneToOneField( to="custom_user.CustomUser", on_delete=models.CASCADE, verbosename=("Student"), related_name="student" )

ასე შეგიძლიათ ჩაწეროთ და იმპორტის აუცილებლობა აღარ იქნება

Lasha-Nikolaishvili commented 5 months ago

Done.