mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
00e7cd1e26
commit
4e467c75d2
@ -247,7 +247,7 @@ if settings.DEBUG:
|
||||
|
||||
# Redirect for favicon.ico
|
||||
urlpatterns.append(
|
||||
path('favicon.ico', RedirectView.as_view(url=f'{settings.STATIC_URL}/img/favicon/favicon.ico'))
|
||||
path('favicon.ico', RedirectView.as_view(url=f'{settings.STATIC_URL}img/favicon/favicon.ico'))
|
||||
)
|
||||
|
||||
# Send any unknown URLs to the parts page
|
||||
|
Loading…
Reference in New Issue
Block a user