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 8533363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:56:54+00:00 2026-06-11T09:56:54+00:00

I’ve been choosing a django CMS for my personal site, and I decided that

  • 0

I’ve been choosing a django CMS for my personal site, and I decided that Mezzanine would be the one that most satisfies my needs. But I find it impossible for me to install it on Webfaction. There’s all kinds of errors going on, and for a noob like me it’s very frustrating. I followed this awesome guide, http://ijcdigital.com/blog/installing-django-mezzanine-at-webfaction/, which is probably written a year ago. Unfortunately, I simply can’t get it working by following that guide. So could anyone provide me a more up-to-date and easy to follow guide for installing Mezzanine on Webfaction?

Thanks very much.

  • 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-11T09:56:55+00:00Added an answer on June 11, 2026 at 9:56 am

    To install Mezzanine on a WebFaction hosting account, first create a new PostgreSQL database via the WF control panel, and make a note of the database name and password.

    Next, create a “Django 1.6.10 (mod_wsgi 3.5/Python 2.7)” application and assign it to a website.

    Next, SSH into your server and run the following commands (replacing name_of_your_app, database_name, database_password, and my_cms with appropriate values):

    mkdir -p ~/lib/python2.7
    easy_install-2.7 pip
    cd ~/webapps/name_of_your_app
    export PYTHONPATH=$PWD/lib/python2.7
    pip2.7 install -U --install-option="--install-scripts=$PWD/bin" --install-option="--install-lib=$PWD/lib/python2.7" mezzanine
    ~/bin/mezzanine-project my_cms
    cd my_cms
    sed -i 's/"ENGINE": "django.db.backends.sqlite3"/"ENGINE": "django.db.backends.postgresql_psycopg2"/g' local_settings.py
    sed -i 's/"NAME": "dev.db"/"NAME": "database_name"/g' local_settings.py
    sed -i 's/"USER": ""/"USER": "database_name"/g' local_settings.py
    sed -i 's/"PASSWORD": ""/"PASSWORD": "database_password"/g' local_settings.py
    sed -i 's/DEBUG = True/DEBUG = False/g' local_settings.py
    echo "ALLOWED_HOSTS = ['yourdomain.com',]" >> local_settings.py
    python2.7 manage.py createdb --noinput
    python2.7 manage.py collectstatic --noinput
    sed -i 's/myproject\/myproject\/wsgi.py/my_cms\/wsgi.py/g' ../apache2/conf/httpd.conf
    sed -i 's/myproject/my_cms/g' ../apache2/conf/httpd.conf
    ../apache2/bin/restart
    

    Next, create a “Symbolic link to static-only app” in the control panel, using “/home/your_username/webapps/name_of_your_app/my_cms/static” as the symlink path (in the “extra info” field, then assign that app to your site, using ‘/static‘ as the URL path.

    Then just wait a few minutes for that last change to gel, and you’re done.

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

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I would like to count the length of a string with PHP. The string
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I am reading a book about Javascript and jQuery and using one of the
I am doing a simple coin flipping experiment for class that involves flipping a

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.