Work in progress. This is currently broken!

This commit is contained in:
Joseph Schorr 2014-09-16 00:18:57 -04:00
parent 820d5c0476
commit e3c52fa0eb
8 changed files with 344 additions and 0 deletions

View file

@ -234,6 +234,7 @@ class ImageStorage(BaseModel):
comment = TextField(null=True)
command = TextField(null=True)
image_size = BigIntegerField(null=True)
uncompressed_size = BigIntegerField(null=True)
uploading = BooleanField(default=True, null=True)