Browse Source

refactoring company model

blezz-tech 1 month ago
parent
commit
86ef7d6ebf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/company.py

+ 1 - 1
models/company.py

@@ -94,7 +94,7 @@ class Company(models.Model):
     )
 
     # FK
-    repr_id =models.ForeignKey(
+    repr =models.ForeignKey(
         get_user_model(),
         blank=True,
         verbose_name="Представитель организации",