Update to Django 1.11 and Celery 4.2.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Feb 2019 11:20:18 +0000 (12:20 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 28 Feb 2019 11:20:18 +0000 (12:20 +0100)
commitac39503a5a9a16c1098e65ee16a866cf8eb19a8f
tree4e0ce4b23155598dd672e748492c3ba7aa2dcf49
parenteee35e00bf0d0eb3d2a9f08f72c7052962fecbf6
Update to Django 1.11 and Celery 4.2.
Move to Redis broker by default, since support for ORM broker is sketchy now.
23 files changed:
requirements.txt
src/archive/forms.py
src/archive/migrations/0001_initial.py
src/archive/migrations/0002_auto__del_field_audiobook_publishing_tags__del_field_audiobook_publish.py [deleted file]
src/archive/migrations/0003_auto__add_field_audiobook_source_sha1__add_field_audiobook_translator.py [deleted file]
src/archive/migrations/0004_auto__chg_field_audiobook_source_file.py [deleted file]
src/archive/migrations/0005_auto__add_field_audiobook_part_name__add_field_audiobook_index__add_fi.py [deleted file]
src/archive/settings.py
src/archive/tasks.py
src/archive/templates/archive/base.html
src/archive/templates/archive/list_new.html
src/archive/templates/archive/list_publishing.html
src/archive/templates/archive/list_unmanaged.html
src/archive/templates/base.html
src/archive/urls.py
src/archive/utils.py
src/archive/views.py
src/audiobooks/__init__.py
src/audiobooks/celery.py [new file with mode: 0644]
src/audiobooks/settings.py
src/audiobooks/urls.py
src/audiobooks/wsgi.py
src/manage.py