The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
16 views

Webfaction Mezzanine ALLOWED_HOSTS 200 error

So my site shows up fine with DEBUG = True, but I get a 200 server error when I change it to False. I've been reading around and saw that 500 errors are common but I can't find anything on a 200 ...
0
votes
0answers
19 views

Flask app works on localhost but produces 404 in production

I've got a simple site which is being served by Flask. My routes work on localhost, however, when deployed to the production server (apache2 on Webfaction), the index renders fine with all static ...
-2
votes
1answer
34 views

How many “simple” django projects can run on webfaction hosting? [closed]

I know that it might be an asked question or even There is 256mb RAM on webfaction. I have about 20 "simple"(attandance is 50 people a day) django projects(django-cms + couple forms). Will it be ...
0
votes
1answer
26 views

ROR Wicked_pdf generates boxes instead kannada fonts in webfaction

In anapplication, We use wicked_pdf gem to generate PDF. The contents of PDF are in "Kannada" language. In the local machine, we always get the correct fonts in the pdf. However when we generate PDF ...
0
votes
2answers
73 views

Crontab Django script on webfactional

I need someone to figure out why is my cron job not working on webfactional. There is a couple of similar questions but my case is particular I think since I could not make it work yet. So I have this ...
0
votes
1answer
73 views

serving django media (user uploaded) files in production

I have deployed my django website onto webfaction hosting service and i am struggling to find how i can serve user uploaded media files in production. There are lot of question regarding how to serve ...
0
votes
0answers
40 views

“ImportError: No module named” web2py webfaction

My web2py app is in the WebFaction (www.webfaction.com). When I access the application the error is launched: Traceback (most recent call last): File ...
0
votes
1answer
143 views

imagick installation on webfaction

I had installed ImageMagick on my local server and it worked perfectly fine. But when I moved to webfaction, and tried installing it on the server I had issues. The ImageMagick is installed on the ...
2
votes
2answers
185 views

Tornado web server in webfaction

I am starting with web development. I am trying to develop and webapp using the Instagram API and Django. I was looking that a lot of people it's using Tornado Web Server for Real Time Subscriptions. ...
0
votes
0answers
40 views

django-grappelli -webfaction

I don't have any problems to serve static files in my applications. but i would like to use the Django-Grappelli. host = webfaction in the panel of application of the webfaction i create app: ...
1
vote
1answer
99 views

Pip trying to remove setuptools while installing something else

I'm installing from a Pip requirements file that looks like this: Mezzanine==1.2.4 # psycopg2==2.4.5 South==0.7.6 django-compressor==1.2 mezzanine-mdown==0.1a3 Pygments==1.5 which results in this ...
1
vote
0answers
111 views

Scrapy project can't find django.core.management

I'm trying to follow the method here to 'Scrapy' data from the web and simultaneously save that data directly to my Django database using Scrapy's item pipeline. However, when I try to run scrapy ...
1
vote
1answer
159 views

Deploying a simple flask app on web faction

I have set up a sample testapp as described in "Can't deploy a simple Flask application on Webfaction" to get a basic webapp running. Below is the code snippet and structure : "On web faction ...
0
votes
1answer
153 views

Connecting to postgresql gives password authentication failed

0 Hi, i'm new to django. i'm building a django project on server Webfaction. i got an error when i do "python manage.py sync": > Traceback (most recent call last): File "manage.py", line 10, in ...
0
votes
1answer
59 views

Django queryset not ordering correctly on production

I have a model: models.py class Person(models.Model): name = models.CharField(...) def __unicode__(self): return u'%s' % self.name class Entity(models.Model): client = ...
0
votes
4answers
147 views

Automated data collection from a website into my database?

I've got a Django-based website using a PostgreSQL database hosted on Webfaction. I normally manually collect the data for my database (copy-paste into a text file) from another website which lists ...
0
votes
2answers
39 views

pip tries to uninstall system packages

I'm using pip on webfaction and it keeps trying to uninstall system packages and then failing. For example if I try to install Fabric, one of the requirements is pycrypto. When it tries to uninstall ...
0
votes
1answer
145 views

I trying to start openerp-server with cron script

I have a webfaction account and I install openerp-server 6.1.1, when a start the server from ssh session it's works, when I close the session it close the server too. So I'm trying to start the ...
0
votes
1answer
574 views

Django - SMTPAuthenticationError

I got this error when I tested the account sign up form. I am using the django-registration package. I have all the necessary template files in place. I am using WebFaction for hosting. I a beginner ...
0
votes
1answer
102 views

Webfaction redirect no-WWW to WWW (static app, htaccess file)

In webfaction, I want to redirect mysite.com to www.mysite.com I have the following: A subdomain www.mysite.com. It has a website with a Django app. A subdomain mysite.com. It has a website which ...
1
vote
1answer
220 views

Deploying flask app in a subfolder on WebFaction

I been following instructions here: http://flask.pocoo.org/snippets/65/ But some things aren't very clearly written. So my structure is like this: /<username>/webapps/flask/ ----__init__.py ...
0
votes
1answer
74 views

Webfaction:: My site seems to be interrupted by other one, just showing “OK” text

My site usually works well but sometimes just show just simple "OK" text. I don't know what is wrong.. and it seems very odd. Webfaction and My site use Nginx as a server, but when my site is ...
0
votes
1answer
62 views

Django Directory Structure / Module Not Found

I use WebFaction for hosting. On their website I created a Django project. It gave me this directory setup: /home/account_username/webapps/app_name/myproject/myproject/ Why "myproject" is ...
1
vote
1answer
177 views

Askbot Static Files at Webfaction Not Served

I deployed askbot script on webfaction server by following the instructions at http://community.webfaction.com/questions/8400/need-help-for-askbot-installation. I also have done to run python2.7 ...
1
vote
2answers
672 views

Flask request.remote_addr is wrong on webfaction and not showing real user IP

I just deployed a Flask app on Webfaction and I've noticed that request.remote_addr is always 127.0.0.1. which is of course isn't of much use. How can I get the real IP address of the user in Flask ...
0
votes
1answer
109 views

Is my django project consuming an unusual amount of RAM?

This is hosted specificly on webfaction, the django project has a static only application but that's it. It also runs celeryd and memcached, but those processes have expected memory consumption. Some ...
1
vote
2answers
148 views

Setting up django for css file

I am a newbie to django and trying to create a personal tech blog. I am hosting on webfaction. I have setup the blog using this video. But the stylesheets are not working. I followed the step-by-step ...
1
vote
2answers
703 views

Linux bash pidof command wont work

This is a minor error that I can't figure out. When I enter the pidof command to shut down a process, the command line just executes pidof and goes to the next line and nothing happens. No error ...
0
votes
1answer
216 views

Fabric problems with reloading supervisor on remote host

My project is hosted on Webfaction and supervisor is used to be aware of processes. I use shell utils to get the PID of supervisor and it works just fine when I do it manually, but I got random PIDs ...
0
votes
1answer
557 views

Webfaction Django 1.4.1: easy_thumbnails 3.0b – “Couldn't get the thumbnail” error

I use easy_thumbnails and it works fine on a development machine but in production I get errors like shown below, when I use {% thumbnail photo.image 300x170 %} templatetag. Though can directly ...
0
votes
1answer
293 views

Webfaction Django 1.4.1: serving static and media with custom nginx build

I have a custom nginx build for my project and everything works fine except I'm confused about serving static files using the same nginx server (below you can see my config file) recently tried to set ...
1
vote
1answer
342 views

STATIC_ROOT in Django on Server

I'm 2hours stuck in a issue about STATIC_URL and STATIC_ROOT when I try to make run the webapp on my server at webfactional. when I load the webpage all the requests works well, except by the fact ...
1
vote
1answer
134 views

Django multi-db: Route all writes to multiple databases

I am currently sitting in front of a more specific problem which has to do with fail-over support / redundancy for a specific web site which will be hosted over @ WebFaction. Unfortunately replication ...
1
vote
2answers
627 views

How to install Mezzanine on Webfaction Server

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 ...
0
votes
0answers
70 views

restricted attribute for custom templatetag only on production

I am using this templatetag: @register.filter def php_striptags(text, allowed=""): soup = BeautifulSoup(text) # list all tags allowed_tags = allowed.split() for tag in ...
0
votes
1answer
192 views

Scaling Django storage on webfaction

I launched a website a month ago that allows users to upload pictures. The site is taking off and I could be out of my 200 GB of space on webfaction in 2 or 3 months. What is the best solution to ...
1
vote
0answers
182 views

pyramid on webfaction: problems serving static files

so i have a site on webfaction that runs pyramid. it's all working ok except some static files are not serving. 4 to be specific and i dont know why. ...
1
vote
0answers
937 views

django webfaction: No module named dateutil.relativedelta

I just uploaded my project to be hosted on webfaction and am getting the following error. No module named dateutil.relativedelta I'm using this module in one of my forms. Is this something to do ...
1
vote
1answer
93 views

webfaction hosted django app, shopify module will not import

I've recently created a site with a django app hosted by webfaction. In general, things are running as expected, but I am also trying to use the ShopifyAPI, and get "Import error, no module named ...
3
votes
2answers
785 views

Google App Engine vs WebFaction

Possible duplicates: GAE + Python vs Webfaction + Python + django - for a relative new dev Hello, I am developing one of my hobby project using django-nonrel on google app engine. The basic part of ...
0
votes
1answer
892 views

How to restart nginx on webfaction?

I followed this post to install nginx and use it to serve another django app on webfaction- http://www.ravelrumba.com/blog/install-nginx-webfaction/ I had started nginx using sbin/nginx as mentioned ...
2
votes
1answer
88 views

Eclipse with Webfaction and Django

This is my first time purchasing a hosting and I opted for Webfaction.com to host my Django application. So far, i've been using Eclipse to write all my code and manage my Django application and I'm ...
0
votes
1answer
169 views

django cron error on webfaction

I am trying to get a crontab task to work on a django project hosted by webfaction. I modeled it after a statement identical to one that works on a different webfaction server: */2 * * * * (cd ...
4
votes
2answers
188 views

How to prepare Django for a possible slashdotting?

I would like to prepare my website for a possible influx in traffic. This is my first time using Django as a framework, so I'm unsure of the modifications that should be made to assure that I'm ready ...
1
vote
1answer
314 views

Can't deploy a simple Flask application on Webfaction

I have been trying to get Flask to work on my webfaction server for hours with no results. I followed the instructions at http://flask.pocoo.org/snippets/65/ I have my index.py file stored under ...
2
votes
2answers
251 views

Cropping image in Django causes substantial memory increase

I've recently run into a problem with my Django project and memory usage on WebFaction. Here is the two processes running in memory for this project on webfaction: 30396 4-20:20:00 13486 30404 ...
4
votes
2answers
1k views

Deploying Django application on Webfaction

This is the first time I am trying to deploy my django project (myproject) on Webfaction. My project dir-structure is as follows: In webapps/django: myproject.wsgi, myproject settings.py is at ...
2
votes
1answer
236 views

Trouble installing dropboxpython api (with ssl) on webfaction

I developed a Django app that uses the dropbox api. On my development environment on windows it works perfect which uses python 2.7. I tried deploying it to my site (hosted by webfaction), which I ...
4
votes
2answers
500 views

Problems with fabric deployment

Im using the fab script from here. fab deploy throws an error at right after creating the application. The error is: Fatal error: Low level socket error connecting to host username.webfactional.com: ...
1
vote
1answer
165 views

How to set up osqa at webfaction

requirements.txt file: django>=1.1 mysql-python python-openid psycopg2 html5lib markdown git+git://github.com/dcramer/django-sphinx.git South first, virtualenv ~/webapps/ --distribute source ...

1 2