I've been developing a site with Django 1.9 with Python3 and I'm hitting a 
wall when trying to deploy it to a hosting service. I currently have a 
shared service plan through BlueHost and I'm having trouble getting 
everything to work right. In talking with BlueHost they stated they only 
support Python 2.7 and Django 1.4. So, I'm trying to determine how best to 
proceed.

After reading many old walkthoughs on Django installs here's is what I've 
tried so far:
1. I was able to get Python 3.5 and Django 1.9 installed as a local source. 
Then after an error 500 page, I realized FastCGI was not longer supported.
2. Then after many linking errors I was able to get mod_wsgi installed with 
Python3.5 having shared libraries. The trouble is BlueHost shared services 
doesn't have root access.

(That list seems so short when compared to the actual time and number of 
tries it took to get this far)

I guess the question I'm trying to ask is: Should I switch hosting 
companies, stay with Bluehost and upgrade to a VPS or am I missing 
something simple in the configuration and I can actually get this whole 
mess to work?

Any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/85426dfd-5252-4a02-9b21-6eb07d3b6b45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to