python home

This commit is contained in:
2026-05-14 18:25:34 +02:00
parent 7dcda52588
commit ac2f836117
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,3 @@
activate_this = '/var/www/demo/.venv/bin/activate_this.py'
exec(open(activate_this).read(), {'__file__': activate_this})
import os
os.environ['DATABASE_URI'] = 'mysql://demo:demo@db01/demo'