]> git.openstreetmap.org Git - osqa.git/blob - forum/views/README
5416f88c770414cbb2d08f59393221c948e00e7b
[osqa.git] / forum / views / README
1 readers.py - views strictly reading main content: questions, answers, tags and comments
2
3 writers.py - views that write main content, with possible reading
4              note: deletion counts as writing in this case
5
6 commands.py - data status changing commands, votes, question close/reopen
7
8 users.py - user views - user listing and profiles
9
10 meta.py - privacy, about, faq, feedback, logout, badges
11
12 auth.py - Authentication related views