1
vote
1answer
329 views

gunicorn on linode not launching

I'm using gunicorn to deploy my python web application. When I launch it using this command gunicorn_django -c gunicorn.conf.py, i get this error: root@localhost:/var/www/map01# gunicorn_django ...
0
votes
1answer
103 views

How to view the webpage in Django tutorial on Linode server

I know I have similar question with this post: Django tutorial on remote server: how to view in my browser? But I just can't solve it with the answer it has. I am playing with Django framework now. I ...
0
votes
1answer
132 views

Django + mod_wsgi: Can someone advise me on my setup and rewrite rules

This is my first time deploying Django to a recently acquired Linode server and I'm curious if someone can look over my deployment and help me fix some nagging issues and advise me whether i'm doing ...
0
votes
0answers
133 views

MongoDB - Keeps locking, what am I doing wrong [closed]

I have two apps using mongoDB as the database. The one app is running Django and the other is running Node.js The node one just stores user clicks when ever a user clicks a certain button, so no real ...
0
votes
1answer
413 views

Django: how to publish an app

I have developed an app using Django 1.1.1 and python 2.7.1. I want to publish it on a commercial website, but not sure which one. the app works fine on the apache server running on my local machine, ...
5
votes
3answers
2k views

Can linode make django deployment simple?

I am designing a website and am debating if I should go with rails or django, my preference leans towards django but the fact that heroku makes deployment ...
1
vote
1answer
641 views

Connection refused: When I try to send email from my linode server

I have a django project and for email settings I use my personal gmail account. It works just fine when Im testing from localhost. But i get "conection refused error" from django when I try from my ...
2
votes
1answer
298 views

What do I need to configure to host django applications on linode?

I am about to choose hosting provider for my Django project. I took a look on a linode and it looks very promissing. It looks like very elastic solution but in my case this might be a disadvnatage ...