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

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 >

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

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

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

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*

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 :

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

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