PCv5/app
Lephe d1a8333cae
forum: add forum listing routes
With this change, URLs for forum listings are now available. This
includes URLs like /news or /projects/games. Each of them show a
(currently empty) forum index.

Note that URLs that are not linked to in the forum index, namely URLs
for forums that have children (eg. /forum/news), are still accessible. We
could ban this by raising ValidationError if the forum has a non-empty
[sub_forums] attribute but displaying all subjects feels better.

URLs that point to /forum, but do not name a sub-forum and are not of
the form of a topic URL produce 404 errors.
2019-09-09 08:11:38 +02:00
..
data forum: implement forum tree generation 2019-09-09 08:11:37 +02:00
forms trophies: automatically remove undeserved trophies 2019-08-19 17:26:22 +02:00
models forum: better tree visualization, and topics 2019-09-09 08:11:38 +02:00
routes forum: add forum listing routes 2019-09-09 08:11:38 +02:00
static forum: add the forum index page 2019-09-09 08:11:38 +02:00
templates forum: add forum listing routes 2019-09-09 08:11:38 +02:00
utils forum: add forum listing routes 2019-09-09 08:11:38 +02:00
__init__.py forum: add the forum index page 2019-09-09 08:11:38 +02:00