Tagged Questions
0
votes
0answers
33 views
Django: renders the files in the dir instead of the webpage (of the App)
When hosting on web server, it display a list of files (sort of like what fTP will get)
instead of the actual web page:
Index of /chart
Name Last modified Size Description
...
4
votes
1answer
116 views
How can I serve a Django application using the SPDY protocol?
What is the best way to serve a Django application over the SPDY [1] protocol?
[1] http://www.chromium.org/spdy
1
vote
3answers
172 views
Python Shared Hosting
I would love to be able to use Python and Django for web applications at the company I work for. We currently use PHP because everyone is familiar with it and easy to deploy for a large number of ...
0
votes
3answers
464 views
Is there any free django host beyond Heroku or Openshift
I would like to know if there is any free django host beyond Heroku or Openshift.
I have a little django app and a really don't want to spent money with this.
0
votes
1answer
193 views
heliohost and django hosting and deployment from bitbucket
I'm new to Django and Heliohost and Heroku.
I don't see any guides online to setup and deploy a Django project from bitbucket for Heliohost. Can you guys point me in the right direction?
And I was ...
-1
votes
2answers
99 views
Installing Python-based CMSes on a shared hosting?
I have two questions that I would be happy if you help me with:
Is it correct that if a shared hosting supports Django, then it supports Django-based
CMSes?
Let's say I have shell access to my ...
0
votes
1answer
129 views
Unable to access Django app URL on Heroku after migration to dev database
I recently migrated my currently running application to the new 'dev' database plan. However, after updating I'm now unable to POST to a specific URL in my Django app. The app still functions the same ...
0
votes
4answers
120 views
ASP and Django on same hosting
Can I have both a page using ASP.NET MVC 4 and another using Django under the same hosting?
0
votes
0answers
429 views
django on shared hosting (greengeeks)
I'm trying to get django setup on my greengeeks shared hosting account.
I (mostly) followed the instructions here, and in addition have installed flup to my local python 'site-packages' directory.
...
0
votes
0answers
114 views
Django on Fastcgi - Static folders on shared hosting
I'm running Django version 1.4 on a shared hosting plan on hostgator. When i copy and paste the admin folder in the django directory in the public_html directory, the CSS works fine.
How can i make ...
0
votes
1answer
234 views
Django update on shared hosting - Permission denied
I have version 1.3.1 Django installed on my shared hosting plan. It works fine. The problem is i need to update it to 1.4 but i'm getting an error
error: could not delete ...
1
vote
2answers
104 views
How should I set up and deploy my django project that spans over multiple subdomains and multiple databases?
Let's say I'm building a Django driven site that hosts web shops, let's call it webshop.com. I want it to work like this:
A shop named Foo would like a webshop. They register at webshop.com and the ...
0
votes
1answer
241 views
django-social-auth error 500: Premature end of script headers: django.wsgi
I am trying to use django-social-auth in my project.
It's working good on my local computer (using manage.py runserver), but fails on my hoster's (locum.ru) server(using mod_wsgi).
I see this in my ...
1
vote
2answers
774 views
What hosting do people normally use to publish Django web-site? [closed]
I have small Django web-site, which I've wrote in learning purpose, but now I'd like to publish it in Internet.
Dear Stackoverflowers, could you please recommend any free Django providers which are ...
0
votes
1answer
152 views
How to setup custom domain hosting using Django and Apache?
Something I'm trying to figure out now is to setup custom domain hosting so users can host a profile page on any domain of their choosing. I was able to get it to work now but it requires a lot of ...
0
votes
1answer
548 views
Installing django apps without pip install
What is the best way of installing django apps and python packages without using pip?
I will be hosting my site on hostgator.com and will not be able to install python packages using pip because I ...
8
votes
3answers
2k views
Troubleshooting Site Slowness on a Nginx + Gunicorn + Django Stack
Issue I Was Having
I was having an issue where some sites were taking a long time to load (By "long time" I mean up to 16 seconds). Sometimes they might timeout entirely, which generated a Nginx 504 ...
1
vote
0answers
122 views
What are my hosting options for an app that needs tilestashe alongside a django app?
I'm building a GIS-ish webapp that uses tilestache to serve MBTiles and a django app to serve user specified geoJson. I'm having trouble understanding exactly what kind of setup I'd need to host this. ...
0
votes
0answers
98 views
Django-compatible VPS webapp hosting based in Italy? [closed]
it's almost time to deploy my Django application.
In the past I've hosted my apps within an Italian company called http://unbit.it/ .
I was happy with it, but they are a bit expensive and I haven't ...
1
vote
2answers
874 views
what the best hosting company for Django with Mongodb [closed]
after speding hours finding out what's the best hosting companies for django, I found that many people recommend WebFaction..
But the problem is that WebFaction and other hosting companies do not ...
2
votes
1answer
131 views
Migrating away from App Engine but still keeping tight Google Account integration
I've got an app currently running on Google App Engine that takes advantage of the close integration with Google Accounts to the extent that it was the only way users would sign in. The sign-in ...
0
votes
3answers
560 views
Hosting for a medium sized Python/Django App
I'm planning to build an app with Python/Django with a web interface and web services providing data feeds for mobile apps.
The solution should be scaleable.
Since there is obviously no guarantee ...
0
votes
3answers
286 views
Is Django inherently more difficult to host than RoR?
I know there are a lot of existing questions on Django hosting etc but my question is whether there is a technical reason why RoR hosts are easier to get by than Django hosts. Is there something in ...
2
votes
3answers
2k views
Develping with Django, Git, and Cloud Server
I'm currently working with a team in my University to put together a new webapp. Nothing too fancy, just run of the mill MySQL + Django. We are also hoping to use Git for source control. We were ...
8
votes
1answer
682 views
Django hosting on ep.io
is there someone who has expirience in hosting django applications on ep.io?
Waht are the pros/cons on it?
1
vote
2answers
2k views
getting 500 internal server error with django on dreamhost
so i'm not sure what exactly is going on here, i'm a bit of a newbie. so i'm going to walk you through what i've done so far.
i set up a django project using the automated dreamhost django setup ...
4
votes
5answers
323 views
What's the next steps for moving from appengine to full django?
I'm super new to programming and I've been using appengine to help me learn python and general coding. I'm getting better quickly and I'm loving it all the way :)
Appengine was awesome for allowing ...
0
votes
1answer
58 views
Cant get the child dir in django hosting (alwaysdata.com)
this is my file :
mysite
templates
homepage.html
accounts
a.html
login_view.html
i can get the homepage.html and accounts\a.html on 127.0.0.1:8000
but in ...
1
vote
1answer
399 views
django hosting error , about alwaysdata.com
this is my alwaysdata page - http://zjm.alwaysdata.net/:
It is not configured successful ,but when i Visit the http://zjm.alwaysdata.net/mysite/public/
it show my main page :
so what can i do ...
2
votes
3answers
663 views
Apache | Django: How to run websites on the back of a base URL?
I've got a base url. http://baseurl.com/
I'm trying to run projects on the back of it. For example
http://baseurl.com/mongoose/
The projects run but the URL don't work properly because they all
...
2
votes
2answers
451 views
why my django site in hosting (alwaysdata) cant show my page
I have deployed Django at alwaysdata.com,
this is my main page on http://zjm1126.alwaysdata.net/ :
i change the index.html to index1.html, this file is not my file ,
my project is like this :
...
0
votes
0answers
170 views
Setting the correct path to a Django project on a share hosting with no acces to the terminal
I am trying to upload a Django project to a Shared Hosting that provides mod_python support.
My problem is that i am receiving the error:
ImproperlyConfigured: Error importing middleware ...
1
vote
2answers
297 views
Problem with Django site on a shared hosting
I have a problem when i try to install a Django website, on a Mocha hosting, and their technical support is so much uninformed... (I strongly don't recomment Mocha hosting for a django hosting)
They ...
4
votes
2answers
627 views
Google App Engine pros\cons for Django?
I'm about to start a new django project with friends. This project includes a website, API to mobile applications, clearing and billing, internationalization aspects etc...
What are the pros and cons ...
0
votes
0answers
168 views
mod_python with multiple django projects
I tried to configure my django project on a shared hosting (which supports mod_python).
Following the procedures, i did make it with their proposed folder structure in the end:
[folder structure]
...
0
votes
1answer
111 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
...
2
votes
3answers
1k views
Hosting Django on a shared FastCGI host
I am trying to set up django shared hosting at iPage.com using FastCGI but I keep running into issue. The CGI script lods in the browser as text instead of executing. Below is the .htaccess and the ...
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 ...
0
votes
4answers
137 views
What is the best way to serve media on a shared hosting from a Django app?
I'm using FastCGI to serve my Django app, so basically it works like this: http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache
What ...
1
vote
3answers
224 views
how to find out how much application memory django process is (or will be) taking?
There are different "Application memory" options (like 80MB...200MB) in django-friendly hosting called webfaction and I'm confused deciding which one I should buy.
Could someone please walk me ...
1
vote
3answers
300 views
How to host 50 domains/sites with common Django code base
I have 50 different websites that use the same layout and code base, but mostly non-overlapping data (regional support sites, not link farm). Is there a way to have a single installation of the code ...
0
votes
1answer
352 views
version control + continuous integration with Flex + Ruby or Django
trying to pick version control, continuous integration, and host for Flex + Ruby or Django smallish project. Question:
version control: I've used SVN and CVS in the past. I hear great things about ...
11
votes
6answers
3k views
Django: vps or shared hosting? [closed]
I am new to web development and everything involved with it. Im finishing my website in django and i will soon have to find a hosting and deploy it. I heard there are vps or shared hosting types. So ...
4
votes
5answers
570 views
Django, is possible to run two different versions?
I have a server on which I have two sites built with Django and Python, one site is major site is build with an older version of django, the other with the newer release, I have upgraded to the new ...
30
votes
3answers
19k views
How to setup Django website in Amazon EC2 hosting?
Can someone give specific steps how to implement hosting a Django based website by using Amazon EC2 hosting service?
Is that possible?
My website source code can be found here
I goolged and found ...
20
votes
1answer
17k views
multiple django sites with apache & mod_wsgi
I want to host several sites with under the same server which uses Debian 5, say I have site1, site2 and site3, and assume my ip is 155.55.55.1:
site1: 155.55.55.1:80 , script at /opt/django/site1/
...
0
votes
7answers
479 views
will it be harder to find a hosting company if I use Django with Python?
I'd like to go into Django with Python, but it seems that some hosting companies like DreamHost, Netfirms, they both offer Ruby on Rails in the basic hosting package, but not Django. They only list ...
11
votes
6answers
4k views
Is Google App Engine better than Webfaction for a beginner in Django dev? [closed]
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 ...
17
votes
7answers
3k views
Dump Django site to static HTML? [closed]
I've determined that my local web hosting company cannot support Django.
They run Python 2.2.
No support for mod_python, FastCGI, or SCGI.
No support for mod_rewrite.
Any one of these prevent ...
1
vote
3answers
503 views
How to configure server for small hosting company for django-powered flash sites?
I'm looking at setting up a small company that hosts flash-based websites for artist portfolios. The customer control panel would be django-powered, and would provide the interface for uploading ...
