mirror of
https://github.com/ae-utbm/sith.git
synced 2026-04-09 04:05:26 +00:00
Fix bug where you can't select /SAS as a parent album
This commit is contained in:
@@ -110,7 +110,7 @@ class Command(BaseCommand):
|
||||
p.save(force_lock=True)
|
||||
|
||||
club_root = SithFile.objects.create(name="clubs", owner=root)
|
||||
sas = SithFile.objects.create(name="SAS", owner=root)
|
||||
sas = Album.objects.create(name="SAS", owner=root)
|
||||
main_club = Club.objects.create(
|
||||
id=1, name="AE", address="6 Boulevard Anatole France, 90000 Belfort"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user