diff --git a/OSCR_django/OSCR_django/urls.py b/OSCR_django/OSCR_django/urls.py index 3df6058..3aeec5d 100644 --- a/OSCR_django/OSCR_django/urls.py +++ b/OSCR_django/OSCR_django/urls.py @@ -15,7 +15,7 @@ 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """ -from django.contrib import admin +# from django.contrib import admin from django.urls import include, path from drf_yasg.views import get_schema_view @@ -29,8 +29,8 @@ urlpatterns = [ - path("admin/", admin.site.urls), - path("swagger/", schema_view.with_ui("swagger")), + # path("admin/", admin.site.urls), + # path("swagger/", schema_view.with_ui("swagger")), # path("", include("user.urls")), path("", include("combatlog.urls.combatlog")), path("", include("ladder.urls.ladder")),