Improve drilldown handlers and implement index permissions
This commit is contained in:
@@ -113,4 +113,6 @@ class Perms(models.Model):
|
||||
("post_irc", "Can post to IRC"),
|
||||
("post_discord", "Can post to Discord"),
|
||||
("query_search", "Can search with query strings"),
|
||||
("index_int", "Can use the internal index"),
|
||||
("index_meta", "Can use the meta index"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user