possible bug fix in cloudlinux

This commit is contained in:
usmannasir
2024-10-24 15:43:36 +04:00
parent 2eeaecd868
commit 404112dee8
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
import sys
import os.path
import django
sys.path.append('/usr/local/CyberCP')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "CyberCP.settings")
try: