themoonsheep / moonsheep

Moonsheep digitizes huge, messy paper and PDF archives through crowdsourcing and cutting edge technology.
http://moonsheep.org
GNU Affero General Public License v3.0
9 stars 3 forks source link

Unify DEVELOPMENT_MODE and TASK_SOURCE = 'random' #106

Closed ppeczek closed 6 years ago

ppeczek commented 6 years ago

The only thing DEVELOPMENT_MODE = True does is setting source of tasks to random. It is confusing

KrzysztofMadejski commented 6 years ago

Unify meaning delete DEVELOPMENT_MODE and instead check for TASK_SOURCE == 'random'