satnet-project / server

Repository with the source code for the server of the SATNet network.
Apache License 2.0
2 stars 1 forks source link

Migrate to Celery for periodic tasks #41

Open rtubio opened 8 years ago

rtubio commented 8 years ago

Migrate to Celery for periodic tasks since Django 1.9 does not support django-periodically anymore:

ImportError: cannot import name 'importlib'

This could be a minor patch for the django-periodically library but it looks like it is time to migrate the whole system to Django > 1.9, Debian Stretch and Celery.