~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: Holger Rapp
  • Date: 2009-04-04 14:32:27 UTC
  • Revision ID: sirver@kallisto.local-20090404143227-mf49s08keq3nv08c
Initital (unusable) version of wlmaps application

Show diffs side-by-side

added added

removed removed

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