projets
/
auf_rh_dae.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
accueil et liste embauches
[auf_rh_dae.git]
/
project
/
views.py
Commit
Line
Data
fd5f1d55
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))