fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Lepsze wiadomości.
[redakcja.git]
/
apps
/
wysiwyg
/
urls.py
1
# -*- encoding: utf-8 -*-
2
3
__author__= "Łukasz Rekucki"
4
__date__ = "$2009-09-23 15:57:38$"
5
__doc__ = "Module documentation."
6
7
from django.conf.urls.defaults import *
8
9
10
urlpatterns = patterns('',
11
(r'^$', 'wysiwyg.views.index'),
12
)