summaryrefslogtreecommitdiffstats
path: root/askbot/views/README
blob: 5416f88c770414cbb2d08f59393221c948e00e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
readers.py - views strictly reading main content: questions, answers, tags and comments

writers.py - views that write main content, with possible reading
             note: deletion counts as writing in this case

commands.py - data status changing commands, votes, question close/reopen

users.py - user views - user listing and profiles

meta.py - privacy, about, faq, feedback, logout, badges

auth.py - Authentication related views