logs-collector/logs_collector/collector
2023-09-03 15:00:24 +09:00
..
api Add: FileUploadParser to ArchiveViewSet 2023-08-31 23:02:13 +09:00
migrations Modify: Archive model - add size field, now use this field for web and admin page 2023-09-02 20:22:40 +09:00
static/collector/js Fix: ajax upload error message and increase the request timeout 2023-08-31 13:34:40 +09:00
templates/collector Add: link to edit for quick access to increase attempts 2023-09-03 15:00:24 +09:00
templatetags Modify: Archive model - add size field, now use this field for web and admin page 2023-09-02 20:22:40 +09:00
tests Fix: custom storage path 2023-08-30 16:38:28 +09:00
__init__.py Refactoring: using the apps directory is redundant 2023-08-15 13:00:24 +09:00
admin.py Modify: Archive model - add size field, now use this field for web and admin page 2023-09-02 20:22:40 +09:00
apps.py Refactoring: using the apps directory is redundant 2023-08-15 13:00:24 +09:00
forms.py Create: views to upload files by ajax 2023-08-17 00:53:13 +09:00
models.py Modify: Archive model - add size field, now use this field for web and admin page 2023-09-02 20:22:40 +09:00
urls.py Create: views to upload files by ajax 2023-08-17 00:53:13 +09:00
utils.py Modify: admin panel fields, filters and decorations 2023-09-02 17:54:53 +09:00
views.py Add: resolved tickets filter 2023-09-01 17:58:58 +09:00