Skip to content

Commit f02b7a8

Browse files
committed
update README.md
1 parent e974b53 commit f02b7a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

db.sqlite3

-188 KB
Binary file not shown.

task_manager/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
path("tasks/", include("task_manager.tasks.urls"), name="tasks"),
2020
path("labels/", include("task_manager.labels.urls"), name="labels"),
2121
path('i18n/setlang/', set_language, name='set_language'),
22-
] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
22+
]

0 commit comments

Comments
 (0)