Podium added and working, logo and website of campuses added in campus model #76
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translations
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: 42CTF/website#76
Loading…
Reference in New Issue
No description provided.
Delete Branch "ix/website:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The podium is good, but campuses need to have a logo with a greater width than height, like the 42angouleme one or 42lyon ( or 42ctf logo 8) ).
@ -0,0 +10,4 @@
]
operations = [
migrations.AlterField(
Maybe you could merge this migration with the last one ?
C'est à dire ?
T'as une migration de création de champs, et une migration de modification de ces même champs, donc tu pourrais juste créer les champs directement avec les bons attributs
So apparently there is a feature in Django to squash migrations so we can worry about it later.
I will merge this PR as I currently really want to have the pretty scoreboard in production.
@ -18,0 +33,4 @@
<br>
{{ top3.2.0 }}
</p>
</div>
Did you hardcode the campuses logo for the podium ?
Let's go to preprod !