Changes between Initial Version and Version 1 of Ticket #33081
- Timestamp:
- Sep 1, 2021, 2:52:32 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33081 – Description
initial v1 6 6 return os.path.join(settings.MEDIA_ROOT, 'footage/chunks') 7 7 8 8 file = models.FilePathField(path=chunk_path, max_length=200) 9 9 10 10 }}}