mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Polished postmigration scripts
This commit is contained in:
parent
97374442f7
commit
890ba80db4
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def populate_courses(sender, **kwargs):
|
|||
'''
|
||||
|
||||
|
||||
# Create subjects based on records that we have
|
||||
# Create courses based on records that we have
|
||||
@receiver(post_migrate)
|
||||
def populate_subjects(sender, **kwargs):
|
||||
if sender.name == 'courses':
|
||||
|
|
Loading…
Reference in a new issue