project/urls.py
branch2011
changeset 458 65046b88b989
parent 457 b29742d04112
child 463 f54903f0c28e
equal deleted inserted replaced
457:b29742d04112 458:65046b88b989
   118         direct_to_template, {"template": "talk/talks-cfp.html"},
   118         direct_to_template, {"template": "talk/talks-cfp.html"},
   119         name='scipycon_talks_cfp'),
   119         name='scipycon_talks_cfp'),
   120     url(r'^%s/talks-cfp/schedule/$' % (SCOPE_ARG_PATTERN),
   120     url(r'^%s/talks-cfp/schedule/$' % (SCOPE_ARG_PATTERN),
   121         direct_to_template, {"template": "talk/schedule.html"},
   121         direct_to_template, {"template": "talk/schedule.html"},
   122         name='scipycon_schedule'),
   122         name='scipycon_schedule'),
   123      url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN),
   123     url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN),
   124          direct_to_template, {"template": "about/tutorial.html"},
   124          direct_to_template, {"template": "about/tutorial.html"},
   125         name='scipycon_tutorial'),
   125         name='scipycon_tutorial'),
   126      url(r'^%s/talks-cfp/sprint/$' % (SCOPE_ARG_PATTERN),
   126     url(r'^%s/talks-cfp/sprint/$' % (SCOPE_ARG_PATTERN),
   127          direct_to_template, {"template": "talk/sprint-schedule.html"},
   127          direct_to_template, {"template": "talk/sprint-schedule.html"},
   128          name='scipycon_sprint_schedule'),
   128          name='scipycon_sprint_schedule'),
   129     url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN),
   129     url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN),
   130         direct_to_template, {"template": "talk/speakers.html"},
   130         direct_to_template, {"template": "talk/speakers.html"},
   131         name='scipycon_speakers'),
   131         name='scipycon_speakers'),
   142         direct_to_template, {"template": "talk/conf_schedule.html"},
   142         direct_to_template, {"template": "talk/conf_schedule.html"},
   143         name='scipycon_conference'),
   143         name='scipycon_conference'),
   144     url(r'^%s/tutorial/$' % (SCOPE_ARG_PATTERN),
   144     url(r'^%s/tutorial/$' % (SCOPE_ARG_PATTERN),
   145         direct_to_template, {"template": "about/tutorial.html"},
   145         direct_to_template, {"template": "about/tutorial.html"},
   146         name='scipycon_tutorial'),
   146         name='scipycon_tutorial'),
   147 #    url(r'^%s/sprints/$' % (SCOPE_ARG_PATTERN),
   147     url(r'^%s/sprints/$' % (SCOPE_ARG_PATTERN),
   148 #        direct_to_template, {"template": "about/sprints.html"},
   148         direct_to_template, {"template": "about/sprints.html"},
   149 #        name='scipycon_sprints'),
   149         name='scipycon_sprints'),
   150     url(r'^%s/certificates/$' % (SCOPE_ARG_PATTERN),
   150     url(r'^%s/certificates/$' % (SCOPE_ARG_PATTERN),
   151         direct_to_template, {"template": "about/certificates.html"},
   151         direct_to_template, {"template": "about/certificates.html"},
   152         name='scipycon_certificates'),
   152         name='scipycon_certificates'),
   153     url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
   153     url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
   154         direct_to_template, {"template": "about/important_dates.html"},
   154         direct_to_template, {"template": "about/important_dates.html"},