Hi Doang,
First of all, learn how to use a mailing list/forum like this.
Don't highjack unrelated threads like you've done in addition to writing
this (the "Hiring for frontend developer" thread).
Also, try to give your post a relevant subject (not just
django...@googlegroups.com).
To get to your question, you need to learn how to read error messages
from the python interpreter.
Here it is telling you, that you "views" module doesn't have an "index"
attribute.
What that means is that you most likely have a file called "views.py"
(the module) but there's not a function called "index" there (the
missing attribute).
Look back at your views.py file and at whatever tutorial you are using
for learning and see if that couldn't explain it.
Kind regards,
Kasper Laudrup