Statistics
| Branch: | Tag: | Revision:

root / db / migrations / 0004_auto__add_field_image_backend_id__add_field_image_format.py @ d41d6a00

History | View | Annotate | Download (9.9 kB)

# Date Author Comment
1ef58e5b 05/13/2011 07:09 pm Constantinos Venetsanopoulos

Initial commit for Image Support in Synnefo

Add Image Support in Synnefo, more specifically: * Add fixtures for 4 actual images * Add two more fields in Image model (backend_id, format) * Commit South migration for Image model * Modify create_instance() in logic/backend.py to pass OS parameters...