PCv5/app/templates/base
Lephe 8a0ba309e0
forum: restructure models and add topic creation
This changes fixes #25 by restructuring the forum models in a way
compatible with the polymorphic behavior of SQLAlchemy. Incidentally,
the new form turns out to be more appropriate for our use than the
polymorphic one originally used.

The migration for this task is non-trivial because the Thread class was
created with a foreign-key id which thus had no auto-increment or
associated sequence. The most reliable way of getting it back was to
recreate the table because SQLAlchemy ony performs automated sequence
introduction at table creation time. Four separate migration files
perform the whole change.

This commit also adds views and forms to create topics, and the
boilerplate for an advanced markup editor that can be used as a widget.
2019-09-09 08:11:38 +02:00
..
navbar forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
base.html Modification de la fonction render 2019-04-17 12:25:24 +02:00
flash.html Modifications générales du style, finalisation du formulaire d'inscritpion 2018-11-12 23:27:49 +01:00
footer.html Test d'intégration continue 2019-09-01 00:32:20 +02:00
head.html Modification de la fonction render 2019-04-17 12:25:24 +02:00
header.html style: improvements on forms and responsiveness 2019-03-31 12:17:55 +02:00
navbar.html Ajout d'un logo plus petit pour ne pas charger le gros en permanence 2019-09-08 23:10:28 +02:00
scripts.html Django est mort, vive Flask ! 2018-02-23 23:34:06 +01:00