Home | Trees | Indices | Help |
|
---|
|
Sqlalchemy column type to store images
This column type accepts and returns a StoredImage, and stores them in the directory specified by settings.MEDIA_ROOT. The name of the file is stored as a string in the database.
The Image field type provides the same functionallity as the File field type, but the files stored should be images.
Nested Classes | |
stored_file_implementation Helper class for the Image field type Class linking an image and the location and filename where the image is stored |
|
Instance Methods | |
Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:38 2010 | http://epydoc.sourceforge.net |