Re: Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2018-12-09 Thread Annchen Knodt
> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> On Friday, January 5, 2018 at 4:59:24 PM UTC-6, Matthew Pava wrote: >>>> &g

Re: Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2018-12-04 Thread Corey Bishop
d here: >>> https://docs.djangoproject.com/en/1.8/howto/deployment/fastcgi/#running-django-on-a-shared-hosting-provider-with-apache >>> >>> It looks like you have a typo. >>> >>> AddHandler fastcgi-script .fcgi >>> >>> RewriteEngine *On

Re: Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2018-01-05 Thread Matemática A3K
On Mon, Dec 25, 2017 at 7:14 PM, Alok Vaidya wrote: > HI All, > > I'm a very new into web development as well as very recently started with > Python 3.6.4 and Django 2.0 and built my first web application > successfully. Currently I'm in the process of deploying the web-app on a > shared hosting

Re: Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2017-12-25 Thread carlos
Hi, actually i deploy very site in bluehost with django 1.11.x and python 2.7.x and it working well but i install the flup app for working with fastcgi in bluehost, if you show me the config with flup and version maybe help you. Cheers On Mon, Dec 25, 2017 at 4:14 PM, Alok Vaidya wrote: > HI Al

Issue with Python 3.6 and Django 2.0 App Deployment on Shared Hosting

2017-12-25 Thread Alok Vaidya
HI All, I'm a very new into web development as well as very recently started with Python 3.6.4 and Django 2.0 and built my first web application successfully. Currently I'm in the process of deploying the web-app on a shared hosting environment on Bluehost. I was able to configure both Pyth