Skip to content

Commit 11924f7

Browse files
committed
test ruff
1 parent c2e78f8 commit 11924f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • backend/pythonbooks/pythonbooks

backend/pythonbooks/pythonbooks/urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
from django.contrib import admin
1919
from django.urls import path
2020

21+
from django.conf import settings
22+
2123
urlpatterns = [
2224
path("admin/", admin.site.urls),
2325
]

0 commit comments

Comments
 (0)