버전 정보 표기 기능추가, 카테고리, 링크 등 수정
All checks were successful
Build And Test / build-and-push (push) Successful in 4m14s

This commit is contained in:
2024-12-15 23:58:47 +09:00
parent 52586e9369
commit 0e59c11818
9 changed files with 64 additions and 21 deletions

View File

@ -10,4 +10,5 @@ urlpatterns = [
path('jobs/<int:job_id>/', views.job_detail, name='job_detail'),
path('jobs/<int:job_id>/run/', views.run_job, name='run_job'),
path('jobs/<int:job_id>/delete/', views.delete_job, name='delete_job'),
path('notice/', views.notice), # 사용전 주의 사항 매뉴얼
]