Today, just a quick note about my first Django app. It is a super small tiny application to generate polls.
It uses an SQLite database and, it has a couple of forms using Bootstrap for the style. Nothing special but, we need to start somewhere simple.
Here is the code: Poll App