This is a simple module to view the cards in the trello development board. It uses django-bootstrap3 and requests.
- Add "trello-cards" to your installed apps.
- Include the trello-cards URLConf in your projects urls.py.
- Start the development server and visit http://127.0.0.1:8000/ to view the cards.