Add generic datepicker support
Any date(time) field now automatically has a picker widget.
Patch by: "Haoyu Bai" <baihaoyu@gmail.com>
Rebased by: Sverre Rabbelier
Reviewed by: To-Be-Reviewed
from django.conf.urls.defaults import *
urlpatterns = patterns('',
(r'^$', 'examples.views.index'),
(r'^hello/', include('examples.hello.urls')),
)