Changeset View
Changeset View
Standalone View
Standalone View
static_assets/admin.py
| Show All 33 Lines | fieldsets = ( | ||||
| 'fields': [ | 'fields': [ | ||||
| 'source', | 'source', | ||||
| 'original_filename', | 'original_filename', | ||||
| 'size_bytes', | 'size_bytes', | ||||
| 'source_type', | 'source_type', | ||||
| 'user', | 'user', | ||||
| 'author', | 'author', | ||||
| 'license', | 'license', | ||||
| 'storage_location', | |||||
| 'thumbnail', | 'thumbnail', | ||||
| 'date_created', | 'date_created', | ||||
| ], | ], | ||||
| }, | }, | ||||
| ), | ), | ||||
| ( | ( | ||||
| 'If you are uploading an image or a video', | 'If you are uploading an image or a video', | ||||
| { | { | ||||
| Show All 20 Lines | |||||