[FIX] GENERAL: Remove admin url from urls.py
This commit is contained in:
@@ -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)
|
||||
document_root=settings.MEDIA_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user