1
0
Эх сурвалжийг харах

rename files regex: /service_type/service_category/

using command:

find . -type f -name '*service_type*' -exec bash -c 'mv "$0" "${0//service_type/service_category}"' {} \
blezz-tech 1 сар өмнө
parent
commit
08a973efae

+ 0 - 0
sharix_admin/templates/sharix_admin/service_type.html → sharix_admin/templates/sharix_admin/service_category.html


+ 0 - 0
sharix_admin/templates/sharix_admin/service_type_delete.html → sharix_admin/templates/sharix_admin/service_category_delete.html


+ 0 - 0
sharix_admin/templates/sharix_admin/service_type_form.html → sharix_admin/templates/sharix_admin/service_category_form.html


+ 0 - 0
sharix_admin/views/service_type.py → sharix_admin/views/service_category.py