Hi all, I'm having difficulty running a test django application.
I have called my application heliotest and put it under public_html. Inside the heliotest directory, there are the project files alongside dispatch.wsgi and .htaccess as instructed by http://www.heliohost.org/home/features/languages/python. However, when I go to my website's root url (bmarks.co.cc/) it shows the public_html directory, and when I click on heliotest, it gives me an ImportError:
ImportError at /heliotest/dispatch.wsgi/
No module named heliotest.urls
Request Method: GET
Request URL: http://bmarks.co.cc/heliotest/dispatch.wsgi/
How can I fix this issue and get my app working?
Thanks,
user: fengshau
url: http://bmarks.co.cc/