Re: Lots of errors after deploying and going live

2020-02-06 Thread Juan Pablo Romero Bernal
Hi Dave, First of all, what kind of environment are you using to production deployment ? May be if you give us some details about it we can help you. Bye, On Tue, Feb 4, 2020 at 4:36 AM Dave Ko wrote: > Hi guys, so this is a very general post, I have been working on a django > blog following

Re: Lots of errors after deploying and going live

2020-02-06 Thread onlinejudge95
It might be out of point but the moment you start noticing these errors repeatedly is the time you start considering using docker. On Tue, Feb 4, 2020 at 4:07 PM Dave Ko wrote: > Hi guys, so this is a very general post, I have been working on a django > blog following Corey Schafer's Django

Re: Lots of errors after deploying and going live

2020-02-06 Thread maninder singh Kumar
Great answer Mike ! [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Wed, Feb 5, 2020 at 4:19 AM Mike Dewhirst wrote: > Dave > > You are absolutely right. Django does go smoothly on the local machine. > However, if

Re: Lots of errors after deploying and going live

2020-02-04 Thread Mike Dewhirst
Dave You are absolutely right. Django does go smoothly on the local machine. However, if you relocate that exact smoothness to a different environment there will definitely be some jagged edges to contend with. I'm sure you remember tweaking things to achieve local smoothity. You will have

Lots of errors after deploying and going live

2020-02-04 Thread Dave Ko
Hi guys, so this is a very general post, I have been working on a django blog following Corey Schafer's Django tutorial. Everything went smoothly on local machine, but once I deployed it, I am having all kinds of troubles. >From password_reset (still not solved) to uploading image ran into