15
15
# Uncomment the next line to enable the admin:
16
16
(r'^admin/', include(admin.site.urls)),
17
17
(r'^openid/', include('django_openid_auth.urls')),
18
(r'^site_media/(?P<path>.*)$', 'django.views.static.serve', {'document_root': '/home/bnrubin/devel/ircTrack/templates/media/', 'show_indexes': True}), # For testing
18
19
(r'^$','bt.views.index'),