Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 594 Bytes

Django-Basic

This is a small Django project where, if you refresh the page, the crypto data will update automatically through Coingecko API.

This is how the project works image

  1. The whole project is hosted in Heroku through their Heroku CLI (Heroku GIT).
  2. The project follows Django's files order rules.
  3. For templates, bootstrap was used.
  4. For graphs, Highchart was used.

In progress > Update data without page refreshing with Ajax