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/'