"50 State Coin Collection"
This app allows you to track coins collected frm teh set of 50 state quarters. A program by the US Mint
It uses static file images, and text files to provide information to users
It uses CSS styles to improve the look of the application
It allows multiple users to store data about their coin colletions
Displays app info such as the number of users registered and number of coins collected using database queries
It generates 2 different map views. Country maps views to display collected and not collected coins, as well as state maps for each coin.
To run this application
pip install -r requirements.txt
python manage.py runserver