Mishbah
Mishbah
You'll have to setup 2 projects (django 1.6.x with South and django >=1.7), fork this repo and pip install locally (see https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs)
Alternatively, please wait few days and I'll try to fix is as soon as I can.
Ideally I would like to keep `video_data` field optional .. change internal logic to return empty strings or sensible data e.g duration = 0 sec when video data is not...
This merge request is not complete .. missing migrations for both django and south.
Will adding the following at the top of the file, fix this issue? ```python # -*- coding: utf-8 -*- from __future__ import unicode_literals ```
If you want to do a pull request with just the first line. I'll be happy to merge it.
@javierdaza Sorry it took me this long to look into this. Can you try the latest master version and see if you still get this error. If not I'll push...
@dglinyanov sorry about that. Fixed.
I can't see why the URL should not work... if you are using real domain i.e not example.com
Hey @bb1flotex did you solve this issue?