Jump to content

Django app not working


fengshaun

Recommended Posts

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/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...