Skip to content

Commit a999beb

Browse files
committed
Removed collectfast
1 parent f3160f4 commit a999beb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
venv
77
/.venv/
88
/imapSyncPlugin/
9-
/CyberCP/cyberpanel_secrets.py
9+
/CyberCP/cyberpanel_secrets.py
10+
cp_backup.sh
11+
cp_restore.sh

CyberCP/settings.py

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
}
5656

5757
# Application definition
58-
STATICFILES_STORAGE = "django.core.files.storage.FileSystemStorage"
59-
COLLECTFAST_STRATEGY = "collectfast.strategies.filesystem.FileSystemStrategy"
6058

6159
INSTALLED_APPS = [
6260
'django.contrib.admin',

0 commit comments

Comments
 (0)