sheduler only run with http server #71

Merged patrick requested to merge papajoke/manjaro.org:context into packages

update db with gunicorn or runserver in command line

Add new django command update-compare

./manage.py update-compare -h
usage: manage.py update-compare [-h] [--force]  [--test] [arch]

update packages for branch-compare

positional arguments:
  arch                  Architecture : [x86_64] (default) or [arm]

options:
  --force               Remove download in /tmp
  --test                Test update but not update DB /tmp/test-bcompare

--test if for debug/tests : run all update but not commit in DB - force download all

Edited by patrick

Merge request reports