first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.insert(0, '/opt/adguard-dashboard')
|
||||
|
||||
# Activate virtualenv
|
||||
activate_this = '/opt/adguard-dashboard/venv/bin/activate_this.py'
|
||||
with open(activate_this) as f:
|
||||
exec(f.read(), {'__file__': activate_this})
|
||||
|
||||
from dashboard import app as application
|
||||
Reference in New Issue
Block a user