April 2018
Beginner to intermediate
300 pages
7h 34m
English
To display the chart in our home page, we can modify the home page template at {Project_folder}/crypto_stats/src/templates/home.html.
We would need to modify the lines after the comment sentence <!-- Benefits of the Django application --> to the following:
{% block container %}<!-- Benefits of the Django application --><a name="about"></a><div class="container"> <div class="row"> <div class="col-lg-8"> <h2>Bitcoin pricing trend</h2> <img src="/bitcoin/30/" alt="Bitcoin prices" style="width:100%"> <p><a class="btn btn-primary" href="#" role="button">View details »</a></p> </div> <div class="col-lg-4"> <h2>Heading</h2> <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas ...Read now
Unlock full access