Tagged Questions

12
votes
8answers
2k views

Django memory usage going up with every request

I moved my first Django project from DjangoEurope to Webfaction, and that started an issue looking like a memory leak. With every single request memory usage of the server process goes up about 500kb. ...
8
votes
6answers
3k views

Is Google App Engine better than Webfaction for a beginner in Django dev?

I am a beginner in developing websites by Django. I run small discussion websites similar to SO. I have an account at Bluehost which has been a nightmare in developing by Django. I have found that ...
5
votes
3answers
1k views

Choose test database?

I'm trying to run ./manage.py test But it tells me Got an error creating the test database: permission denied to create database Obviously it doesn't have permission to create the database, ...
2
votes
3answers
3k views

Could not import/No module named Django Error with Apache

I had a small proof of concept set up on a development server on a local machine. I'm now trying to move it over to django on a production server, which I'm using webfaction for. However, now that ...
1
vote
1answer
113 views

ecommerce django app on webfaction versus VPS/DS versus Cloud Servers like EC2

Firstly, some background - I have been mostly using VPS/DS and EC2 for the django apps I build for the past 3-4 years. On webfaction, I have only been deploying "trivial" apps or "personal blog apps" ...
1
vote
2answers
277 views

UnicodeEncodeError in django app

I'm trying to create an app using Django on webfaction. I basically was messing around with the Amazon API, and when one of the search results has a trademark symbol, which is passed to my ...
1
vote
3answers
188 views

Using Django with MySQL in WebFaction

I'm a new user in webfaction and have some experience writing python web apps mostly in mediatemple servers, although I'm not an expert in server administration. I've always used MySQL as my data ...
1
vote
2answers
289 views

django, multiple databases, configuration issue: “Error importing database router”

I've followed these instructions to set up Django with multiple databases. It's working as intended in my local dev environment (win7), however, when I upload the project to my live server ...
1
vote
1answer
237 views

How do you setup admin media in Webfaction for Django?

I have my django setup. Now i just need to get the admin site to be correct. Currently there is no css asigned to it, so i guese my admin media urls etc in settings file is not correct? Thanks
0
votes
1answer
41 views

Django SSLMiddleware issue on Webfaction

I've been using the following SSLMiddleware on Linode for a while, and my SSL worked perfectly on that, now I've changed my server to Webfaction, and all of sudden, my HTTPS pages are not working in a ...
0
votes
0answers
38 views

Ajax requests taking abnormally long with ajaxq and Django

We have a website where the user has to enter bets into a series of textboxes on the page. As soon as a given textbox loses focus, the server is updated via ajax. In fact, we use ajaxq to avoid making ...
0
votes
1answer
37 views

Global variable not working in Amazon Web Service

I got two handlers in Amazon Web Service. I want to share some data in both so i used global variable. where one is used to fetch some value and put it to the global variable when another handler ...
0
votes
1answer
115 views

Pinax on Webfaction - manage.py syncdb not finding virtualenv

(pinax09)[user@web213 social]$ python manage.py syncdb Error: Can't import Pinax. Make sure you are in a virtual environment that has Pinax installed or create one with pinax-boot.py. I'm obviously ...
0
votes
1answer
141 views

ViewDoesNotExist in webfaction

I upload my project using FTP on webfaction and now using putty i logged in. But same project is working fine but after uploading it is giving error viewdoesnotexist i dont know what changes i have to ...
0
votes
2answers
219 views

Cronjob not working on webfaction

I've created the following cronjob to run every 5 minutes, but for some reason it doesn't. */05 * * * * ~/webapps/django/shop/update When I try to run the script from the shell, it runs perfectly. ...
0
votes
2answers
138 views

css files in django hosted on webfaction

I'm running django on webfaction, and am having trouble implementing my css files. A sample html file I have is: <html> <head> </head> <h1> Poll </h1> <body> ...
0
votes
1answer
179 views

Can't set the shop language in Satchmo

I'm trying to set the default and only shop language of a Satchmo 0.9.2 installationto Dutch. I'm following the instructions on translating content: From the directory ...
0
votes
1answer
197 views

Unable to resolve url. Received error- Reverse for 'satchmo_search' with arguments '()' and keyword arguments '{}' not found

I'm installing Satchmo following these instructions: http://forum.webfaction.com/viewtopic.php?pid=10579#p10579 When I want to check my installation, I get the following error: $ python manage.py ...
0
votes
1answer
110 views

webfaction third party requests

I recently bought a domain on webfaction. I want to be able to perform third party requests from my Android phone to the hosting website. The code was running fine on my local machine, but when I try ...
0
votes
1answer
305 views

Install django on webfaction

I am trying to install django on Webfaction, and i have one all the steps like in the tutorial here: http://wiki.osqa.net/display/docs/Installing+OSQA+on+WebFaction But when i am trying to ...
0
votes
1answer
84 views

Using cmd tools when hosting a site

Do webapp hosting sites such as webfaction.com support the use of cmd tools such as pdftk and pdftotext? For example, if in my django-powered site I do something like ...
0
votes
1answer
161 views

Webfaction: How do I run a Static/Perl app and Django app under the same website

I have an existing Perl app that I'm moving to a Webfaction website. I will be adding Django apps to this Webfaction website too. I would like the Django app to get first call and so would want its ...
0
votes
2answers
1k views

Django on Webfaction: Serving static admin media files - configuration

I having trouble serving Django's static admin files on webfaction. Here's how I'm currently set up: I've created a 'Symbolic link to static-only app', and provided the link to Django admin files ...
-1
votes
1answer
56 views

Webfaction subdomain down on some machines [closed]

I have two domains and (ideally) a subdomain for one of them running on different django apps running on the same webfaction server. I can navigate to both the domains but pinging the subdomain often ...