'DIRS': [os.path.join(BASE_DIR,'template')],
BASE_DIR /"challenges"/"templates"
'challenges' is the app name, it will automatically look for the app name and the
folder inside naming 'templates'
And if all the template and static files are in app folder, then you only need to
register the app in setting.py, Under the hood, django will autoamtically lookup for
the file named template and static in that app folder