Commit d28dd436 authored by Ilya Simonov's avatar Ilya Simonov

test deploy

parent bf5ff1e8
......@@ -11,8 +11,11 @@ from .utils import asset_upload
from cp_video.celery import app
video_content_type = ContentType.objects.get_for_model(Video)
playlist_content_type = ContentType.objects.get_for_model(Playlist)
# video_content_type = ContentType.objects.get_for_model(Video)
# playlist_content_type = ContentType.objects.get_for_model(Playlist)
video_content_type = 'core | Video'
playlist_content_type = 'core | Playlist'
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