From ab4bfc521e0c79d43f64e144564f873f3b102b4c Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Wed, 27 Jun 2012 23:49:12 -0400 Subject: added a todo list --- todo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 todo diff --git a/todo b/todo new file mode 100644 index 0000000..ee1603e --- /dev/null +++ b/todo @@ -0,0 +1,5 @@ +1. Better error handling -> log everything and handle exception gracefully. +2. write test cases +3. look at social-authentication application from detailed point of view. +4. make user profile editable. +5. setup.py to install this as a python application - code refactoring -- cgit