Re: Migrated code is not working in Django

2020-04-19 Thread Ram
Thank you, all. Once we started using GIT process for our first code base deployment, we did not see any issue with deployment. Best regards, ~Ram On Sat, Feb 8, 2020 at 12:22 PM Integr@te System wrote: > Hi Ram, > > plz show error code. > > On Sun, Feb 9, 2020, 01:03 Ram wrote: > >> Hi, >> >>

Re: Migrated code is not working in Django

2020-02-08 Thread Integr@te System
Hi Ram, plz show error code. On Sun, Feb 9, 2020, 01:03 Ram wrote: > Hi, > > I just noticed that the migrations table in Postgres is not updated though > we reset all the previous migrations. Do I need to run any step in the > database side whenever integrate new code drop? Unfortunately, we ar

Re: Migrated code is not working in Django

2020-02-08 Thread Ram
Hi, I just noticed that the migrations table in Postgres is not updated though we reset all the previous migrations. Do I need to run any step in the database side whenever integrate new code drop? Unfortunately, we are not using the GIT method yet to bring over the new code. Best regards, ~Ram

Re: Migrated code is not working in Django

2020-02-08 Thread Ram
Hello DC, Thank you for your email. We have added code for user's registration where users use 1. sign up form and submit the form 2. upon submission users get a message about the next steps for activating their registration Issue # 1 The issue here is users are not getting any activation email

Re: Migrated code is not working in Django

2020-02-07 Thread DC
Hi ram, What’s is not working ? Like static files? Could you share what error you are facing? Regards, d On Sat, 8 Feb 2020 at 1:25 PM, Ram wrote: > Hi, > > When we have new code drop from development, we copy the files manually to > the hosting server running in Digital Ocean droplet. Then we

Migrated code is not working in Django

2020-02-07 Thread Ram
Hi, When we have new code drop from development, we copy the files manually to the hosting server running in Digital Ocean droplet. Then we run these two commands 1. makemigrations 2. migrate in the python virtual environment. Both the commands completed find but, we are not able to use the new