fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Przeniesienie stylów i javascriptu do osobnych plików.
[redakcja.git]
/
apps
/
bookthemes
/
urls.py
1
__author__="lreqc"
2
__date__ ="$2009-09-17 16:16:54$"
3
4
from django.conf.urls.defaults import *
5
6
urlpatterns = patterns('',
7
(r'^$', 'bookthemes.views.index'),
8
)
9