And media_data_init() for sql as a dummy

Needs to be implemented.
This commit is contained in:
Elrond 2012-03-03 21:12:57 +01:00
parent 5fe1fd0722
commit acb2194919

View File

@ -172,6 +172,10 @@ class MediaEntry(Base, MediaEntryMixin):
# TODO: Replace with proper code to read the correct table
return {}
def media_data_init(self, **kwargs):
# TODO: Implement this
pass
class MediaFile(Base):
"""