aboutsummaryrefslogtreecommitdiff
path: root/config.py
AgeCommit message (Collapse)AuthorFilesLines
2019-06-03Bugfix for config variablesGertjan van den Burg1-2/+2
2019-06-03Rewrite the task assignment flowGertjan van den Burg1-2/+2
With the demo in place, we're rewriting the task assignment flow such that users only get a task assigned when: 1. They finish the demo 2. They finish a task 3. They login again. This way we can better balance the datasets and we won't have datasets that don't get enough annotations because some users didn't finish tasks they were assigned.
2019-05-20Bugfix for registration email restrictionGertjan van den Burg1-2/+2
2019-05-13add support for user filteringGertjan van den Burg1-0/+12
2019-04-01Move task assignment to separate moduleGertjan van den Burg1-0/+4
Also, add automatic assign on user signup
2019-04-01Various fixes to get the app to work in dockerGertjan van den Burg1-5/+5
2019-03-28Update configuration to use env files throughoutGertjan van den Burg1-13/+33
2019-03-26Use gmail address as adminGertjan van den Burg1-1/+1
2019-03-19Add instance directoriesGertjan van den Burg1-0/+4
2019-03-18Use dotenv packageGertjan van den Burg1-0/+24