We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3160f4 commit a999bebCopy full SHA for a999beb
.gitignore
@@ -6,4 +6,6 @@
6
venv
7
/.venv/
8
/imapSyncPlugin/
9
-/CyberCP/cyberpanel_secrets.py
+/CyberCP/cyberpanel_secrets.py
10
+cp_backup.sh
11
+cp_restore.sh
CyberCP/settings.py
@@ -55,8 +55,6 @@
55
}
56
57
# Application definition
58
-STATICFILES_STORAGE = "django.core.files.storage.FileSystemStorage"
59
-COLLECTFAST_STRATEGY = "collectfast.strategies.filesystem.FileSystemStrategy"
60
61
INSTALLED_APPS = [
62
'django.contrib.admin',
0 commit comments