Skip to content

Commit

Permalink
add migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
magsyg committed Sep 26, 2023
1 parent 854590f commit 1530217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/samfundet/models/recruitment.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class Meta:
verbose_name = 'Applicant'
verbose_name_plural = 'Applicants'


class RecruitmentAdmission(models.Model):
admission_text = models.TextField(help_text='Admission text for the admission')
recruitment_position = models.ForeignKey(
Expand Down

0 comments on commit 1530217

Please sign in to comment.