repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://lausser,shinken@shinken.git.sourceforge.net/gitroot...
[shinken.git]
/
skonf
/
schedulers
/
views.py
blob
4eb0bb3a92fbccbb53949e6a2da77601fb752f81
1
# Create your views here.
2
from
common
.
render
import
*
3
4
def
index
(
request
):
5
content
=
render
(
'schedulers/schedulers.html'
,
''
)
6
return
output
(
content
)