Changes between Version 1 and Version 2 of CustomUploadAndFilters
- Timestamp:
- Aug 23, 2006, 11:46:25 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomUploadAndFilters
v1 v2 3 3 I've made custom file upload fields with some extra features: 4 4 5 * automatic upload_to path (based on app/model/field names)6 * automatic renaming the filename based on the primary key7 * maximum width and/or height for images5 * automatic upload_to path (based on app/model/field names) 6 * automatic renaming the filename based on the primary key 7 * maximum width and/or height for images 8 8 9 9 Also, I've created filters to automatically resize/crop images directly from templates. … … 13 13 There are similar approaches by [http://www.verdjn.com/ VERDJN]. 14 14 15 == Custom upload fields : AutoFileField and AutoImageField==15 == Custom upload fields (AutoFileField and AutoImageField) == 16 16 17 17 {{{ … … 231 231 }}} 232 232 233 == Template filters : thumb and crop==233 == Template filters (thumb and crop) == 234 234 235 235 Remember to adjust your paths to your project.