'Django web app not work on AWS, There is a ERROR=TemplateDoesNotExist and {% extends 'index2.html' %} not working
My web app work on local server but it is not working on AWS.
1 {% extends 'index2.html' %}
2
3 {% load static %}
4
5 {% block title %} Who am I? {% endblock %}
6 {% block content %}
7
8
9
10 <section class="space-sm mt-3">
11 <div class="container">`
I am sorry it's my first question, how can I solve this problem?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
