~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: Holger Rapp
  • Date: 2009-04-11 15:21:15 UTC
  • Revision ID: rapp@mrt.uka.de-20090411152115-qpbnxxze99td19bz
Added a first version of a screenshot application

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    url(r'^search/', include("wlsearch.urls")),
47
47
    url(r'^poll/', include("wlpoll.urls")),
48
48
    url(r'^maps/', include("wlmaps.urls")),
 
49
    url(r'^screenshots/', include("wlscreens.urls")),
49
50
)
50
51
 
51
52
try: