Updating example plugin with pre_remove, static js, template file, and a model.

This commit is contained in:
chris
2020-08-25 13:37:59 -04:00
parent cb67f6dc42
commit 0b86f7adb8
8 changed files with 73 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/local/CyberCP/bin/python
RESET='\033[0;0m'
BLUE="\033[0;34m"
print(BLUE + "Running Post-Install Script..." + RESET)
RESET = '\033[0;0m'
BLUE = "\033[0;34m"
print(BLUE + "Running Post-Install Script..." + RESET)