Skip to content

Commit 0f32472

Browse files
committed
update README.md
1 parent f02b7a8 commit 0f32472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task_manager/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from django.urls import path, include
33
from task_manager import views
44
from .users.views import LoginUserView, LogoutAllowGetView
5-
from django.conf import settings
6-
from django.conf.urls.static import static
5+
# from django.conf import settings
6+
# from django.conf.urls.static import static
77
from django.views.i18n import set_language
88

99
app_name = "task_manager"

0 commit comments

Comments
 (0)