logs-collector/logs_collector/collector
2023-08-08 14:42:57 +09:00
..
migrations Add: CreateTicket view and form 2023-08-05 20:18:20 +09:00
static/collector Modified: template structure add includes tmp 2023-08-05 00:41:32 +09:00
templates/collector Create: search form 2023-08-07 12:31:30 +09:00
templatetags Add: markdown for note field 2023-08-06 17:41:00 +09:00
__init__.py Add: django project and collector app 2023-07-25 15:29:17 +09:00
admin.py Create: collector models, protect storage, download view 2023-07-27 11:26:27 +09:00
apps.py Add: django project and collector app 2023-07-25 15:29:17 +09:00
forms.py Add: UpdateTicket view and PageTitleMixin 2023-08-06 11:53:09 +09:00
models.py Add: CreateTicket view and form 2023-08-05 20:18:20 +09:00
serializers.py Create: api prototype 2023-08-08 14:42:57 +09:00
tests.py Add: django project and collector app 2023-07-25 15:29:17 +09:00
urls.py Create: api prototype 2023-08-08 14:42:57 +09:00
utils.py Add: UpdateTicket view and PageTitleMixin 2023-08-06 11:53:09 +09:00
views.py Create: api prototype 2023-08-08 14:42:57 +09:00