This application uses Django to manage a database for a board game collection. The app utilizes the API from BoardGameGeek.com to search for the hottest games and scrapes the data to add to your collection. In addition, there is a web scraper directed at diceTowerNews.com.
Run python manage.py loaddata seed/json
Base template design from The Tech Academy