This is my first Django project following CS50's Week 3
It's a simple website that consists of 3 sub-Apps:
- myTasks: A simple to-do list that allows user to view and add tasks
- newYear: It just an answer to one question (Is today a new year begginning?)
- subApp
What I 've learned:
- django templating language
- managing sessions
- django forms
- routes and views