|
@ -273,4 +273,15 @@ function M.run_celery() |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
function M.make_messages() |
|
|
|
|
|
local term_num = 11 |
|
|
|
|
|
toggleterm.exec("./manage.py makemessages -a", term_num, 100, ".", "float", "make_messages", false) |
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
function M.compile_messages() |
|
|
|
|
|
local term_num = 12 |
|
|
|
|
|
toggleterm.exec("./manage.py compilemessages", term_num, 100, ".", "float", "compile_messages", false) |
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return M |
|
|
return M |
|
|