Nope; that is the correct structure, as it is, with no need to move anything. The problem is not with the structure, but with your rango/urls.py: you did not follow the instructions correctly, and have 'views.index' in quotes, rather than referring directly to the function as shown in section 4.5 of the Tango docs.
--
DR.