We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fa1fc commit f88599bCopy full SHA for f88599b
pydotorg/urls.py
@@ -54,6 +54,7 @@
54
name='account_change_password'),
55
path('accounts/', include('allauth.urls')),
56
path('box/', include('boxes.urls')),
57
+ re_path(r'^community-landing(/.*)?$', RedirectView.as_view(url='/community/', permanent=True)),
58
path('community/', include('community.urls', namespace='community')),
59
path('community/microbit/', TemplateView.as_view(template_name="community/microbit.html"), name='microbit'),
60
path('events/', include('events.urls', namespace='events')),
0 commit comments