Re: deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
Hi, Arisophy No it's not the same case as I'm getting error while running "python manage.py makemigrations". But what I have gathered through this time is I need to empty the migration and cache folder as there is no error while creating a new project. I don't know why it's like that. regards, Govi

Re: deployment error : django + pgsql

2020-12-29 Thread Arisophy ISJ
Hi, Govind, Did you see this page? https://stackoverflow.com/questions/51903606/errors-when-i-try-to-migrate-in-django2 Is that situation similar to yours? regards, Arisophy 2020年12月30日水曜日 6:33:13 UTC+9 jayo...@gmail.com: > Initially my webapp was using sqlite and I tried migrate my data to

Re: deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
Initially my webapp was using sqlite and I tried migrate my data to postgresdb by following the same procedure as mentioned in the " Dev post " you just shared with me while I was deploying the webapp on nginx server but it failed with error "unknown field (s) (next_post, previous_post)". After th

Re: deployment error : django + pgsql

2020-12-29 Thread Kasper Laudrup
Hi Govind, On 29/12/2020 21.57, Govind Kumar Yadav wrote: Like if I am trying to deploy a new project from beginning I am able to do that without any error but when I try to deploy my already existing project which works fine on my local windows machine with postgresdb it fails to migrate the

Re: deployment error : django + pgsql

2020-12-29 Thread Danny Gho
Can you describe the error? Is there any error message you are getting? Make sure that your pgsql port is open to local network/your Django server connection. Sincerely yours, Danny Gho dannygho.com On Tue, Dec 29, 2020, 21:43 Govind Kumar Yadav wrote: > hi I have been trying to deploy my

Re: deployment error : django + pgsql

2020-12-29 Thread Chetan Ganji
Give the details of not able to migrate and someone might be able to help you Meanwhile refer to below doc and try again. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-20-04 Regards, Chetan Ganji +91-900-483-4183 ganji.che...@gma

Re: deployment error : django + pgsql

2020-12-29 Thread Kasper Laudrup
Hi Govind, On 29/12/2020 15.43, Govind Kumar Yadav wrote: hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine. Help me to get over the issues. No one i

deployment error : django + pgsql

2020-12-29 Thread Govind Kumar Yadav
hi I have been trying to deploy my Django project with pgsql on Linux with over nginx server but i am not able to migrate for my already existing project which works fine in my windows machine. Help me to get over the issues. regards , Govind -- You received this message because you are subscribe