• Joined on 2020-02-17
Sulley closed issue Sulley/khana#64 2021-06-20 14:31:13 +02:00
Répertoire doc et docs
Sulley pushed to master at Sulley/khana 2021-06-20 14:30:31 +02:00
787ba706aa Merge branch 'master' of grimbox.be:Sulley/khana
0b8fd72e9d Close#64 : suppression des dossiers et
Compare 2 commits »
Sulley commented on issue Sulley/khana#64 2021-06-20 14:22:40 +02:00
Répertoire doc et docs

Pourquoi garder /docs ?
Pour moi les deux répertoires peuvent être supprimés.

Sulley pushed to master at Sulley/MSIn_-_Preparation_Seance_Gymn... 2021-05-19 11:41:50 +02:00
a6af48fb22 Ajout d'image pour coller au syllabus de base.
Sulley pushed to master at Sulley/MSIn_-_Preparation_Seance_Gymn... 2021-05-18 11:42:07 +02:00
3d36c0b385 Beaucoup d'amélioration pour se rapprocher de la version de base.
Sulley pushed to master at Sulley/MSIn_-_Preparation_Seance_Gymn... 2021-05-17 12:53:57 +02:00
458515d74a Mise à jour par rapport au remarques de Pilou.
Sulley reopened issue Sulley/khana#45 2021-05-17 10:45:04 +02:00
[Communication] Refactoring get_messages()
Sulley pushed to propal/pep8-pylint at Sulley/khana 2021-05-17 10:43:23 +02:00
bb09f6f28c Merge branch 'master' into propal/pep8-pylint
f2be9fb312 Add information file
341bf23d1c Close #60 and minor comments improvement
c9798ffd31 Close #59 and multiple improvement/bug fix for Gymnast <-> Django.User
59cf3a90f7 [WIP] Gymnast <-> Django.User | Nw DB Backup.
Compare 6 commits »
Sulley pushed to master at Sulley/khana 2021-05-16 19:03:52 +02:00
f2be9fb312 Add information file
Sulley opened issue Sulley/khana#61 2021-05-16 12:21:04 +02:00
[Planning] Pouvoir ajouter une saison (via forms)
Sulley commented on issue Sulley/khana#52 2021-05-16 12:10:08 +02:00
[Communication] Aide pour mise en place des tests & couverture de code

Yop ! Je te relance la dessus, comme ca je peux finir ce jalon-ci :-)

Sulley pushed to master at Sulley/khana 2021-05-15 17:01:10 +02:00
341bf23d1c Close #60 and minor comments improvement
Sulley closed issue Sulley/khana#60 2021-05-15 17:01:10 +02:00
[Competition] Undefined variable 'Q'
Sulley pushed to master at Sulley/khana 2021-05-15 16:51:53 +02:00
c9798ffd31 Close #59 and multiple improvement/bug fix for Gymnast <-> Django.User
Sulley closed issue Sulley/khana#59 2021-05-15 16:51:53 +02:00
[Communication] Méthode is_read does not work
Sulley commented on issue Sulley/khana#56 2021-05-15 11:57:20 +02:00
[People] Gymnast <-> Django.User

Donc, après de recherche, il y a plusieurs méthodes pour lier une classe avec "User" :

  • on fait une relation OneToOne avec User tel que : ``` user = models.OneToOneField(User,…
Sulley commented on issue Sulley/khana#56 2021-05-15 11:40:02 +02:00
[People] Gymnast <-> Django.User

Tiens... Qui du AUTH_USER_MODEL ?

Sulley commented on issue Sulley/khana#56 2021-05-15 10:49:38 +02:00
[People] Gymnast <-> Django.User

Allons bon, je n'arrive même pas à régler mes problèmes d'Admin :

ERRORS:
<class 'people.admin.GymnastAdmin'>: (admin.E108) The value of 'list_display[0]' refers to 'user__last_name',…
Sulley pushed to master at Sulley/khana 2021-05-15 10:22:36 +02:00
59cf3a90f7 [WIP] Gymnast <-> Django.User | Nw DB Backup.
Sulley commented on issue Sulley/khana#56 2021-05-15 10:06:30 +02:00
[People] Gymnast <-> Django.User

Bon… Les choses avancent et normalement le R (du CRUD) dans la DB fonctionne.

Par contre, j'avoue être perdu pour le C et le U : un gymnaste dépend maintenant de deux tables, je cherche donc…