Migrate from cnr -> appr
This commit is contained in:
parent
fe6760749a
commit
6336a4a971
16 changed files with 106 additions and 68 deletions
|
@ -112,7 +112,7 @@ class AppRegistryDataInterface(object):
|
|||
pass
|
||||
|
||||
@abstractmethod
|
||||
def store_blob(self, cnrblob, content_media_type):
|
||||
def store_blob(self, apprblob, content_media_type):
|
||||
"""
|
||||
Upload the blob content to a storage location and creates a Blob entry in the DB.
|
||||
|
||||
|
|
Reference in a new issue