repo.or.cz
/
Melange.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes an issue where the organization home page would throw a 505 when no projects...
[Melange.git]
/
app
/
django
/
contrib
/
flatpages
/
urls.py
blob
49289304ff535185c397e24aab49ea8dec9d0413
1
from
django
.
conf
.
urls
.
defaults
import
*
2
3
urlpatterns
=
patterns
(
'django.contrib.flatpages.views'
,
4
(
r
'^(?P<url>.*)$'
,
'flatpage'
),
5
)