Podium added and working, logo and website of campuses added in campus model #76

Merged
Danhia merged 4 commits from ix/website:main into main 2022-08-27 10:47:47 +02:00
Member

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) ).

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) ).
ix added 1 commit 2022-08-19 15:46:02 +02:00
ix requested review from Danhia 2022-08-19 15:46:13 +02:00
ix added 1 commit 2022-08-19 15:51:16 +02:00
Danhia requested changes 2022-08-21 13:50:17 +02:00
@ -0,0 +10,4 @@
]
operations = [
migrations.AlterField(
Owner

Maybe you could merge this migration with the last one ?

Maybe you could merge this migration with the last one ?
Author
Member

C'est à dire ?

C'est à dire ?
Owner

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

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
Owner

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.

So apparently there is a feature in Django to [squash migrations](https://docs.djangoproject.com/en/dev/topics/migrations/#squashing-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.
Danhia marked this conversation as resolved
@ -18,0 +33,4 @@
<br>
{{ top3.2.0 }}
</p>
</div>
Owner

Did you hardcode the campuses logo for the podium ?

Did you hardcode the campuses logo for the podium ?
ix marked this conversation as resolved
ix added 1 commit 2022-08-21 20:37:32 +02:00
ix requested review from Danhia 2022-08-21 21:01:26 +02:00
Danhia approved these changes 2022-08-27 10:47:26 +02:00
Danhia left a comment
Owner

Let's go to preprod !

Let's go to preprod !
Danhia added 1 commit 2022-08-27 10:47:35 +02:00
Danhia merged commit 9ac003ea3c into main 2022-08-27 10:47:47 +02:00
Sign in to join this conversation.
No description provided.