Commit a830a3cc authored by Ilya Simonov's avatar Ilya Simonov

fix

parent 09815f4d
...@@ -11,11 +11,11 @@ from .utils import asset_upload ...@@ -11,11 +11,11 @@ from .utils import asset_upload
from cp_video.celery import app from cp_video.celery import app
# video_content_type = ContentType.objects.get_for_model(Video) video_content_type = ContentType.objects.get_for_model(Video)
# playlist_content_type = ContentType.objects.get_for_model(Playlist) playlist_content_type = ContentType.objects.get_for_model(Playlist)
video_content_type = 'core | Video' # video_content_type = 'core | Video'
playlist_content_type = 'core | Playlist' # playlist_content_type = 'core | Playlist'
log = logging.getLogger('send_video_to_s3') log = logging.getLogger('send_video_to_s3')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment