~canonical-server/+junk/naroll

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: Scott Moser
  • Date: 2010-10-29 03:12:54 UTC
  • Revision ID: smoser@ubuntu.com-20101029031254-16jh7fin3r8ipwwx
move 'fun' out of media, into naroll

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    (r'^naroll/$','bigscreen.views.you_win'),
21
21
    (r'^naroll/off','bigscreen.views.off'),
22
22
    (r'^naroll/on','bigscreen.views.on'),
 
23
    (r'^naroll/fun','bigscreen.views.fun'),
23
24
)
24
25
 
25
26
if settings.STATIC_SERVE: