Skip to content

Commit

Permalink
reverted silk being included
Browse files Browse the repository at this point in the history
  • Loading branch information
opaduchak committed Jan 6, 2025
1 parent 3c1f84c commit 113f897
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
# Application definition

INSTALLED_APPS = [
"silk",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
Expand All @@ -102,7 +101,6 @@
ASGI_APPLICATION = "app.asgi.application"

MIDDLEWARE = [
"silk.middleware.SilkyMiddleware",
"corsheaders.middleware.CorsMiddleware",
"django.middleware.security.SecurityMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
Expand Down Expand Up @@ -170,7 +168,6 @@
},
}

SILKY_PYTHON_PROFILER = True
DATABASE_ROUTERS = ["addon_service.osf_models.db_router.OsfDatabaseRouter"]

REST_FRAMEWORK = {
Expand Down
1 change: 0 additions & 1 deletion app/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
RedirectView.as_view(url="/static/gravyvalet_code_docs/index.html"),
name="docs-root",
),
path("silk/", include("silk.urls", namespace="silk")),
]

0 comments on commit 113f897

Please sign in to comment.