Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8420097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:47:55+00:00 2026-06-10T02:47:55+00:00

I struggled with this for quite a while so I figured I’d Q&A it

  • 0

I struggled with this for quite a while so I figured I’d Q&A it to save someone the headache over a relativity simple solution.

Heilohost comes with Django 1.3, Can I install my own version (Django 1.4)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T02:47:56+00:00Added an answer on June 10, 2026 at 2:47 am

    Edit:
    Extended walk-through

    Uploading your site

    Create a new subdirectory in the public_html directory under your account root. Name this subdirectory the same name as your Django project. Now, upload your Django project to the specified subdirectory through either FTP or the cPanel File Manager. Do the same thing for your apps

    It should look like this:

    home/  
    + <user_name>  
        + public_html  
            - <project_name>  
                * __init__.py  
                * settings.py  
                * urls.py  
                * ...  
            - <app_name>  
                * __init__.py  
                * views.py  
                * models.py  
                * ...  
            - media
            - templates
            - static
    

    Running Django 1.4

    HelioHost comes installed with Django 1.3, which can be kind of obnoxious if you’ve developed everything in 1.4. Luckily, it’s a pretty easy problem to solve. You’ll need to use Filezilla or something to do this.

    Go download the Django source files from https://www.djangoproject.com/download/1.4/tarball and unzip it. Then using filezilla transfer the directory Django-1.4/django into your public_html folder

    Next, create a dispatch file (dispatch.wsgi) to handle your project, and put it in /home/<user_name>/public_html/<project_name> In order to run 1.4 you’ll have to set it up like this:

    import os, sys
    
    sys.path.insert(0,"/home/<user_name>/public_html")
    
    os.environ['DJANGO_SETTINGS_MODULE'] = '<project_name>.settings'
    os.environ['PYTHON_EGG_CACHE'] = '/home/<user_name>/.python_egg_cache'
    
    
    from django.core.wsgi import get_wsgi_application
    application = get_wsgi_application()
    

    “/home/<user_name>/public_html” has to be inserted into the front of your sys path so that your uploaded copy of django is the one that’s used.

    Make its CHMOD permissions 755

    Follow the rest of the steps heilohost outlines and you’re good to go

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I struggled with this for a while, so figured I'd put the answer on
Over the years, I've struggled with this. This year, there might be a solution.
Have struggled with this call for a while now but i can't get it
I've struggled with this a good bit this morning; I'm creating what will eventually
I've struggled with this all day, I am trying to get a random number
This is a very lame question, but I have struggled with it far too
We Really need some help on this one: We've Struggled with all the Apple
Okay, this one is the reverse of the last question I struggled with... I
I know that this is quite subjective, but is it something that I have
I have struggled converting this SQL statement to LINQ to SQL VB.Net 9.0. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.