~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to sitemap_urls.py

  • Committer: franku
  • Date: 2016-12-13 18:28:51 UTC
  • mto: This revision was merged to the branch mainline in revision 443.
  • Revision ID: somal@arcor.de-20161213182851-bo5ebf8pdvw5beua
run the script

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    'wlhelpware': WlHelpWareSitemap,
21
21
    'wlhelpworker': WlHelpWorkerSitemap,
22
22
    'wlhelpbuildings': WlHelpBuildingSitemap,
23
 
    }
 
23
}
24
24
 
25
25
urlpatterns = [
26
26
    # Creating a sitemap.xml
27
27
    url(r'^$', sitemap, {'sitemaps': sitemaps},
28
28
        name='django.contrib.sitemaps.views.sitemap')
29
 
    ]
 
29
]