initial commit
[ebuildfind.git] / urls.py
blob41d337643692148296c42dc43d46841b467d00e3
1 from django.conf.urls.defaults import *
2 import views
4 urlpatterns = patterns('',
5 # Example:
8 # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
9 # to INSTALLED_APPS to enable admin documentation:
10 # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
12 # Uncomment the next line to enable the admin:
13 (r'^search/', views.search),
14 (r'^$', views.index),