Jump to content

Deploying Django 1.7 App, Help Needed


Recommended Posts

No, you can use DJango 1.3 to develop your DJango site. Download DJango 1.2.7 from:

If you need help on developing your DJango site, use the link below and follow the steps:

Link to comment
Share on other sites

  • 1 month later...

What I do is to upload the whole Django source folder (whichever version you want) to the HelioHost server, eg. /home/[username]/pyenvs/django.

 

Then I add that directory to sys.path in the dispatch.wsgi file:

 

sys.path.insert(0, '/home/[username]/pyenvs')

 

I use the same method to add any other Python libraries I want to use.

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...