Multimedia support - Commiting from a not yet finished state - Details below

* DONE Initially testing with arista
** DONE Video display templates
*** TODO Multi-browser support
** TODO Video thumbnails
** TODO Link to original video
** TODO Video cropping

Also contains a lot of "debug" print's
This commit is contained in:
Joar Wandborg
2011-09-23 02:35:57 +02:00
parent 9122a9d047
commit 93bdab9daa
13 changed files with 649 additions and 23 deletions

View File

@@ -97,8 +97,14 @@ class CloudFilesStorage(StorageInterface):
def delete_file(self, filepath):
# TODO: Also delete unused directories if empty (safely, with
# checks to avoid race conditions).
self.container.delete_object(
self._resolve_filepath(filepath))
try:
self.container.delete_object(
self._resolve_filepath(filepath))
except cloudfiles.container.ResponseError:
pass
finally:
pass
def file_url(self, filepath):
return '/'.join([