fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Przeniesienie skryptów do nowego katalogu scripts.
[redakcja.git]
/
apps
/
wysiwyg
/
views.py
1
# Create your views here.
2
from django.views.generic.simple import direct_to_template
3
4
def index(request):
5
return direct_to_template(request,
6
'wysiwyg.html', extra_context={
7
'listA': [1,2,3,4],
8
'listB': [5,6,7,8],
9
})