|
@@ -6,7 +6,7 @@ from django.conf.urls.static import static
|
|
|
from user.views import LoginRedirectURL
|
|
|
|
|
|
urlpatterns = [
|
|
|
- path('', LoginRedirectURL.as_view()),
|
|
|
+ path('', LoginRedirectURL.as_view(), name='home-view'),
|
|
|
path('admin/', admin.site.urls),
|
|
|
path('', include('gauth.urls')),
|
|
|
path('nlu/', include('nlu_job.urls')),
|