poprawka
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2024-03-07 23:11:08 +01:00
parent 222af6ec43
commit 48b77061ef

View File

@ -44,7 +44,7 @@ class JobListing(models.Model):
employment_type = models.CharField(max_length=255, null=True, blank=True)
work_from_home = models.CharField(max_length=255)
updated_at = models.DateTimeField(auto_now=True)
skill_levels = models.JSONField(null=True, blank=True, defualt=list)
skill_levels = models.JSONField(null=True, blank=True, default=list)
anonymous_user_data = models.ForeignKey(AnonymousUserData,
null=True,
blank=True,