Skip to content
Snippets Groups Projects
Commit 08ceaad1 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

cherry-pick loginfo

parent 674ee89d
No related branches found
No related tags found
2 merge requests!13Master,!12Loginfo
Pipeline #29207 passed
......@@ -38,15 +38,7 @@ class IppidbAdmin(admin.AdminSite):
self.admin_view(self.launch_plots_computing_view),
),
path("launch_test_command/", self.admin_view(self.launch_test_command),),
<<<<<<< HEAD
=======
path("import_targetcentric/", self.admin_view(self.import_targetcentric),),
path("delete_targetcentric/", self.admin_view(self.delete_targetcentric),),
path("clean_targetcentric/", self.admin_view(self.clean_targetcentric),),
path("update_mrc/", self.admin_view(self.update_mrc),),
path("check_path/", self.admin_view(self.check_path),),
path("tasklog/", self.admin_view(self.tasklog), name="tasklog"),
>>>>>>> 1946cbb... log interactive info
]
return my_urls + urls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment