projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
page de consultation poste et resume poste
[auf_rh_dae.git]
/
project
/
views.py
1
# -*- encoding: utf-8 -*-
2
from
django
.
shortcuts
import
render_to_response
3
from
django
.
template
import
RequestContext
4
5
def
index
(
request
):
6
return
render_to_response
(
'index.html'
, {},
RequestContext
(
request
))