We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02b7a8 commit 0f32472Copy full SHA for 0f32472
task_manager/urls.py
@@ -2,8 +2,8 @@
2
from django.urls import path, include
3
from task_manager import views
4
from .users.views import LoginUserView, LogoutAllowGetView
5
-from django.conf import settings
6
-from django.conf.urls.static import static
+# from django.conf import settings
+# from django.conf.urls.static import static
7
from django.views.i18n import set_language
8
9
app_name = "task_manager"
0 commit comments