Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenQuizz
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Weber Rodolphe
OpenQuizz
Commits
3878edf0
Commit
3878edf0
authored
Sep 03, 2021
by
Jérémie Passerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AJout d'un fichier pour faire tourner flask sous apache
parent
8555f8b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
app.wsgi
app.wsgi
+7
-0
lib64
env/lib64
+1
-0
pyvenv.cfg
env/pyvenv.cfg
+3
-0
No files found.
app.wsgi
0 → 100644
View file @
3878edf0
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
env/lib64
0 → 120000
View file @
3878edf0
lib
\ No newline at end of file
env/pyvenv.cfg
0 → 100644
View file @
3878edf0
home = /usr/bin
include-system-site-packages = false
version = 3.8.10
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment