Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leftover (?) reference to webpage app #114

Closed
koeaw opened this issue Oct 22, 2024 · 0 comments · Fixed by #115 or #116
Closed

Leftover (?) reference to webpage app #114

koeaw opened this issue Oct 22, 2024 · 0 comments · Fixed by #115 or #116

Comments

@koeaw
Copy link
Contributor

koeaw commented Oct 22, 2024

Seeing as we set apis-webpage to archived in June, do we still want to keep this bit in urls.py?

if "webpage" in settings.INSTALLED_APPS:
urlpatterns.append(path("", include("webpage.urls", namespace="webpage")))
handler404 = "webpage.views.handler404"

b1rger added a commit that referenced this issue Oct 22, 2024
The webpape app is not used anymore in APIS and thus it makes sense to
remove it from the routing configuration.

Closes: #114
@b1rger b1rger closed this as completed in fb3947c Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant