diff --git a/horilla/urls.py b/horilla/urls.py index 4934325d0..0c9caddd6 100755 --- a/horilla/urls.py +++ b/horilla/urls.py @@ -22,7 +22,6 @@ import notifications.urls urlpatterns = [ - path('admin/',admin.site.urls), path('',include('base.urls')), path('recruitment/',include('recruitment.urls')), path('employee/',include('employee.urls')), @@ -43,4 +42,4 @@ urlpatterns = [ if settings.DEBUG: urlpatterns += static(settings.MEDIA_URL, - document_root=settings.MEDIA_ROOT) \ No newline at end of file + document_root=settings.MEDIA_ROOT)