Re: APP DEPLOYMENT

2023-08-09 Thread ivan harold
Maybe this will help. https://docs.djangoproject.com/ On Sunday, August 6, 2023 at 5:09:29 AM UTC+8 Dennis Kinanga wrote: > Someone to give me instructions on how to go about it please > > On Aug 6, 2023 00:07, "John McClain" wrote: > > Heroku is easy to implement and offers free tier > > On Th

Re: APP DEPLOYMENT

2023-08-05 Thread Dennis Kinanga
Someone to give me instructions on how to go about it please On Aug 6, 2023 00:07, "John McClain" wrote: Heroku is easy to implement and offers free tier On Thu 20 Jul 2023 at 10:57, Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the r

Re: APP DEPLOYMENT

2023-08-05 Thread John McClain
Heroku is easy to implement and offers free tier On Thu 20 Jul 2023 at 10:57, Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > > -- > You received this message because you are subsc

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Yes, it’s free. On Friday, August 4, 2023 at 10:28:55 AM UTC-4 Dennis Kinanga wrote: > You mean it's freee > > On Aug 4, 2023 17:25, "Andrei Copelet" wrote: > > Hi, > You can deploy on https://fly.io. > > On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > >> >> Hello friend

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Hi, recommend this one :https://fly.io On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > -- You received this message because you are

Re: APP DEPLOYMENT

2023-08-04 Thread Kerem Üllenoğlu
Hi, You can also try Render . Deployment is free and easy, there is free PostgreSQL database server for 90 days. After 90 days, you can just create a new one for free again and use the backup of old one. 4 Ağustos 2023 Cuma tarihinde saat 14:28:55 UTC itibarıyla Dennis Kinan

Re: APP DEPLOYMENT

2023-08-04 Thread Dennis Kinanga
You mean it's freee On Aug 4, 2023 17:25, "Andrei Copelet" wrote: Hi, You can deploy on https://fly.io. On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my tec

Re: APP DEPLOYMENT

2023-08-04 Thread Andrei Copelet
Hi, You can deploy on https://fly.io. On Thursday, July 20, 2023 at 5:58:24 AM UTC-4 Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing them as my technical experience. > -- You received this message because you are

Re: APP DEPLOYMENT

2023-07-20 Thread Dennis Kinanga
You mean deploying them in heroku is free was unable to do that On Thu, Jul 20, 2023, 13:03 jeremiah nthiwa wrote: > Hello you can deploy your projects on heroku. > > You can use this YouTube video to help you: > https://www.youtube.com/watch?v=XZoTukqekzY > > On Thu, Jul 20, 2023 at 12:58 PM Abd

Re: APP DEPLOYMENT

2023-07-20 Thread jeremiah nthiwa
Hello you can deploy your projects on heroku. You can use this YouTube video to help you: https://www.youtube.com/watch?v=XZoTukqekzY On Thu, Jul 20, 2023 at 12:58 PM Abdou KARAMBIZI wrote: > > Hello friends, > > > I want to know where I can upload my django projects for the reason of > showing

APP DEPLOYMENT

2023-07-20 Thread Abdou KARAMBIZI
Hello friends, I want to know where I can upload my django projects for the reason of showing them as my technical experience. -- 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, se

Re: Django app deployment on Heroku

2022-09-18 Thread Luciano Martins (luxu)
Use pipenv? I've seen errors like these for those who use it... Em domingo, 18 de setembro de 2022 às 13:15:27 UTC-3, dashlaksh...@gmail.com escreveu: > Why do you want to deploy on heroku ??? If you've the premium > subscription, you can use it or else use railway or render to deploy app. > >

Re: Django app deployment on Heroku

2022-09-18 Thread Lakshyaraj Dash
Why do you want to deploy on heroku ??? If you've the premium subscription, you can use it or else use railway or render to deploy app. On Fri, Sep 16, 2022, 15:00 Wilford Chidawanyika wrote: > Good day. > > l need help on how to deploy my django project on Heroku > > l am getting the below erro

Re: Django app deployment on Heroku

2022-09-18 Thread Joel Wembo
Seem like to get to have root certificate from your computer On Friday, September 16, 2022 at 5:29:55 PM UTC+8 shodza...@gmail.com wrote: > Good day. > > l need help on how to deploy my django project on Heroku > > l am getting the below error when l push heroku master > > Processing > /C:/Windo

Django app deployment on Heroku

2022-09-16 Thread Wilford Chidawanyika
Good day. l need help on how to deploy my django project on Heroku l am getting the below error when l push heroku master Processing /C:/Windows/TEMP/abs_e9b7158a-aa56-4a5b-87b6-c00d295b01fanefpc8_o/croots/recipe/certifi_1655968940823/work/certifi remote:ERROR: Could not install package

Re: Django app deployment

2021-02-03 Thread Eugene TUYIZERE
Dear Kasper, Thank you very much for the documentation. regards, On Mon, 1 Feb 2021 at 13:54, Kasper Laudrup wrote: > On 01/02/2021 12.49, Eugene TUYIZERE wrote: > > > > How to connect a django application to a Database that is on a different > > machine with an application file? I mean, if th

Re: Django app deployment

2021-02-01 Thread Kasper Laudrup
On 01/02/2021 12.49, Eugene TUYIZERE wrote: How to connect a django application to a Database that is on a different machine with an application file? I mean, if the application files are on the machine(server) A and database is on the machine(server) B Simple enough. Have a look at the HO

Django app deployment

2021-02-01 Thread Eugene TUYIZERE
Dear Team, How to connect a django application to a Database that is on a different machine with an application file? I mean, if the application files are on the machine(server) A and database is on the machine(server) B Regards, -- *TUYIZERE Eugene* *Msc Degree in Mathematical Science* *Afr

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

Re: Django app deployment step-by-step

2014-08-13 Thread Jorge Andrés Vergara Ebratt
Actually it's not that hard, I followed this tutorial from Digital Ocean to set up most of my Rackspace Cloud Servers https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn 2014-08-13 14:41 GMT-05:00 darkman237 : > I'm a newbie to t

Re: Django app deployment step-by-step

2014-08-13 Thread Collin Anderson
digital ocean is probably the best, though linode has been around longer. with ramnode.com you can get tiny servers for as low as $15/year. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Django app deployment step-by-step

2014-08-13 Thread Andrew Farrell
I've tried to get django running without shell access and it was a headache. You can get a good server with shell access for $10. Unless you are far smarter than I, you will almost certainly waste more than hours trying to get django to work without shell access. With two of those hours, you would

Django app deployment step-by-step

2014-08-13 Thread darkman237
I'm a newbie to the whole Python/Django world so I've been working my way through tutorials and trying to learn. What I have not yet encountered, not can I find anything with the searches I've made for the topic of deployment. I checked with my host and they do have python set up on the Apache

Django app deployment creating users without admin app

2008-12-21 Thread Juan Kinunt
Hi! What is the best practice to deploy a Django application creating a user but not installing the admin app. I want to deploy my app to clients cleanly (like i.e "make install") and I need to create a user to be able to start using the django app. I think that a Django app is a bit complicated to

Re: App deployment

2005-10-11 Thread Scott Benjamin
I can use cgi, would doing something like mod_rewriting the url to point to the django server running on my host be feasible? Are there any limitations that I should be aware of? thanks!

Re: App deployment

2005-10-11 Thread Eugene Lazutkin
Oops! I just noticed that you mentioned "mod_fcgi is out of question". Did you try CGI? It looks like this is the only option. If it is "out of question", better look for new host. "Eugene Lazutkin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I use FastCGI. > > "Scott Benj

Re: App deployment

2005-10-11 Thread Eugene Lazutkin
I use FastCGI. "Scott Benjamin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I've looked through the news groups a bit about this subject but > nothing seems to fit my situation. > > My webhost won't install mod_* for me, which means, > mod_fcgi,python,scgi are out of the ques

Re: App deployment

2005-10-11 Thread Kenneth Gonsalves
On Tuesday 11 Oct 2005 3:54 pm, Scott Benjamin wrote: > My webhost won't install mod_* for me, which means, > mod_fcgi,python,scgi are out of the question. > > What other options do I have? get a friendly web host - the days when those guys dictated terms are over -- regards kg http://www.liv

App deployment

2005-10-11 Thread Scott Benjamin
I've looked through the news groups a bit about this subject but nothing seems to fit my situation. My webhost won't install mod_* for me, which means, mod_fcgi,python,scgi are out of the question. What other options do I have? Thanks, Scott