Before you continue, let’s take a look at the settings.py
file in Django. This file contains settings that are important for your Django application.
There’s a lot of code in this file, but you’ll address parts of it as you go along. For now, you don’t really need to worry about most of the code in this file.
reblark on March 8, 2020
I would suggest that you point out that you placed a comma after ‘projects’