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

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