oioioi.filetracker.client¶
Module Contents¶
Functions¶
Constructs a Filetracker client. |
|
|
|
A filetracker factory which creates a client that uses the |
- oioioi.filetracker.client.get_client()[source]¶
Constructs a Filetracker client.
Needs a
FILETRACKER_CLIENT_FACTORYentry insettings.py, which should contain a dotted name of a function which returns afiletracker.client.Clientinstance. A good candidate isremote_storage_factory().The constructed client is cached.