Ok got a new problem,
url: http://eakDev.pythonanywhere.com/
if you look at my url it shows the django-cms welcome page, hence i assumed everything was working.
when i go to admin and add a page (saved and published and also reloaded), the changes (added page), im expecting the new added page to show but nothing changed. I think the problem is with my wsgi? what do you think?
Note: when i did this on a local computer, adding a new page on the admin interface shows it on the url.
UPDATE: i was reading the error log files and saw this one.
"ImportError: Could not import settings 'north.settings' (Is it on sys.path?): No module named north.settings"