Changes between Initial Version and Version 1 of Ticket #33081


Ignore:
Timestamp:
Sep 1, 2021, 2:52:32 PM (3 years ago)
Author:
Marco Rizk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33081 – Description

    initial v1  
    66    return os.path.join(settings.MEDIA_ROOT, 'footage/chunks')
    77
    8     file = models.FilePathField(path=chunk_path, max_length=200)
     8file = models.FilePathField(path=chunk_path, max_length=200)
    99
    1010}}}
Back to Top