- Login, Logout, Registration
- Asynchronous rendering of questions, and polling results, once user has answered a question
- Search: Users can view their own (and others') questions and answers, and follow their activity!
- Score system: Keep track of how active users are
- Mobile responsiveness: Built with bootstrap
- Admin Interface: For administrators to delete abusive and hate-related questions.
- It is styled much better.....
-/images -> Storage space for uploaded profile images
-Polling -> Main app
-Forms.py -> Contains extended user creation form
-Models.py -> User model, Question model, Option model
-/static -> html, css, js files
-views.py -> see view logic
Standard django installation