Add admin script to create/delete template

This commit is contained in:
wqy
2022-08-27 11:51:09 +08:00
parent b77349cfe6
commit ad60cf262e
2 changed files with 94 additions and 0 deletions

5
admin.py Normal file
View File

@@ -0,0 +1,5 @@
from tjnetwork_admin import *
if __name__ == "__main__":
delete_template()
create_template()