projets
/
auf_rh_dae.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
[#2245] Liste des DAE finalisées
[auf_rh_dae.git]
/
project
/
production.py
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
# -*- encoding: utf-8 -*-
2
3
# En production, rediriger la sortie terminal on disponible en WSGI
4
# vers la sortie fichier errorlog.
5
import sys
6
sys.stdout = sys.stderr
7
8
from project.settings import *