Support multiple youtube configs.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 22 Oct 2020 13:38:56 +0000 (15:38 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 22 Oct 2020 13:38:56 +0000 (15:38 +0200)
commit1c72d045af4d7c5607a872a678eadec17498bd6d
treedd144fdcbcaaa8b63cbe0aa4e4971c94ff6c46f2
parent576253ba3c8b54dd509de0dbf7373b310fa9b71c
Support multiple youtube configs.
requirements.txt
src/archive/migrations/0019_auto_20201022_1414.py [new file with mode: 0644]
src/archive/migrations/0020_auto_20201022_1535.py [new file with mode: 0644]
src/archive/models.py
src/archive/tasks.py
src/youtube/migrations/0015_auto_20201022_1414.py [new file with mode: 0644]
src/youtube/migrations/0016_populate_youtube_relations.py [new file with mode: 0644]
src/youtube/migrations/0017_auto_20201022_1535.py [new file with mode: 0644]
src/youtube/models.py
src/youtube/tasks.py
src/youtube/views.py