0.12.42 favicon
This commit is contained in:
@@ -5,6 +5,7 @@ from django.conf.urls.static import static
|
||||
from django.conf import settings
|
||||
from GeneralApp.views import Page404
|
||||
from AuthApp.views import login_View
|
||||
from django.views.generic.base import RedirectView
|
||||
|
||||
handler404 = Page404
|
||||
|
||||
@@ -13,6 +14,8 @@ urlpatterns = [
|
||||
path('ckeditor/', include('ckeditor_uploader.urls')),
|
||||
path('i18n/', include('django.conf.urls.i18n')),
|
||||
|
||||
path('favicon.svg',RedirectView.as_view(url='/static/favicon.ico')),
|
||||
|
||||
# path('tz_detect/', include('tz_detect.urls')),
|
||||
|
||||
path('accounts/signup/', login_View, name='signup'),
|
||||
|
||||
Reference in New Issue
Block a user