This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Description
It would be cool if Go showed how many links have been created and how many times Go links have been clicked on the homepage.
In views.py, query URL.objects for the total amount of links and also the total number of times all the links have been clicked. Then, modify templates/public_landing.html to include the data in a nice looking way.