projects
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Adding basic django admin sight.
[Evergreen.git]
/
Open-ILS
/
admin
/
ils_admin
/
urls.py
1
from django.conf.urls.defaults import *
2
3
urlpatterns = patterns('',
4
('admin/', include('django.contrib.admin.urls')),
5
)