From 4a2f7fd6652a1aa098319110835ccab43c8f8f98 Mon Sep 17 00:00:00 2001 From: prashant03tp <43683801+prashant03tp@users.noreply.github.com> Date: Sun, 11 Oct 2020 21:12:48 +0530 Subject: [PATCH] Update settings.py --- rest_framework_tutorial/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rest_framework_tutorial/settings.py b/rest_framework_tutorial/settings.py index 3963f4e..18e1aa0 100644 --- a/rest_framework_tutorial/settings.py +++ b/rest_framework_tutorial/settings.py @@ -118,5 +118,6 @@ # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/3.0/howto/static-files/ +# Template added here STATIC_URL = '/static/'