Commit 3878edf0 authored by Jérémie Passerat's avatar Jérémie Passerat

AJout d'un fichier pour faire tourner flask sous apache

parent 8555f8b0
import sys
sys.path.insert(0, '/var/www/flask')
activate_this = '/var/www/flask/venv/bin/activate_this.py'
with open(activate_this) as file_:
exec(file_read(), dict(__file__=activate_this))
from app import app as application
\ No newline at end of file
lib
\ No newline at end of file
home = /usr/bin
include-system-site-packages = false
version = 3.8.10
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment