projects
/
xnet
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
news - Adds an optionnal linked event to the model
[xnet]
/
xnet
/
accounts
/
urls.py
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
from django.conf.urls.defaults import patterns, url
2
3
4
urlpatterns = patterns(
5
'xnet.accounts.views',
6
url(r'^$', 'index', name='group-list'),
7
url(r'^home/([0-9]+)$', 'home', name='group-home'),
8
)