~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to urls.py

  • Committer: franku
  • Author(s): trimard
  • Date: 2018-02-17 10:52:15 UTC
  • mfrom: (478.1.16 module_scheduling)
  • Revision ID: somal@arcor.de-20180217105215-8luihqojg51ipu6j
merged the scheduling module by trimard

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    url(r'^screenshots/', include('wlscreens.urls')),
67
67
    url(r'^ggz/', include('wlggz.urls')),
68
68
    url(r'^moderated/', include('check_input.urls')),
 
69
    url(r'^scheduling/', include('wlscheduling.urls')),
69
70
]
70
71
 
71
72
try: