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: paho-mqtt with django

2020-12-29 Thread Walter Randazzo
Hi Sabuhi, Did you find a way to display the data in real live time way? regards, El domingo, 23 de junio de 2019 a la(s) 11:24:12 UTC-3, sabuhi@gmail.com escribió: > hello there! > > I wonder if someone has implemented paho with django and used websockets > to display realtime data fro

Re: Configuration Django with uwsgi + NGINX

2020-12-29 Thread carlos
https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-16-04 On Tue, Dec 29, 2020 at 4:57 AM Django-Learner_27 wrote: > > Hi, I want to know about configuration steps for connecting Django with > uwgsi + NGINX. I tried through some web li

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

New Django Contract/Job Board

2020-12-29 Thread Jacob Hyde
Hi everyone. I recently created a Django contract / job board (https://djangocontracts.com). It works very similar to larajobs, but is for Django. You can create a FREE post to the board using the coupon DCFREE12 right now, or if you feel like helping maintain the site you can get 50% off usin

Django postgres high availability

2020-12-29 Thread Mohammed Alnajdi
Greetings Have anyone got postgres with high availability setup to work with django ? If yes can you please share any resources on how to do the right configuration? Thanks Sent from my iPhone -- You received this message because you are subscribed to the Google Groups "Django users" group

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

I have been stuck for Django checkbox

2020-12-29 Thread ok
 Please anyone can solve this for me  Stackoverflow link-https://stackoverflow.com/questions/65493274/how-to-get-data-from-different-table-using-ajax-in-form-of-checkbox-in-django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: Django/python free Training

2020-12-29 Thread Ruhia gr
how can we join training .If there is any link please let me know . On Sat, Dec 26, 2020 at 11:24 PM Veena R wrote: > Interested > > On Sat, 26 Dec, 2020, 10:24 am Madhav Nandan, wrote: > >> Which version you are installing?, I think I can help you with that. >> However, This is not a relevant

Re: Configuration Django with uwsgi + NGINX

2020-12-29 Thread Kasper Laudrup
On 29/12/2020 11.57, Django-Learner_27 wrote: Hi, I want to know about configuration steps for connecting Django with uwgsi + NGINX. I tried through some web links but I am getting errors. https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html If you face any problems,

Configuration Django with uwsgi + NGINX

2020-12-29 Thread Django-Learner_27
Hi, I want to know about configuration steps for connecting Django with uwgsi + NGINX. I tried through some web links but I am getting errors. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group a

Re: send mail

2020-12-29 Thread Kasper Laudrup
Hi Masum, On 28/12/2020 20.15, Masum Billah wrote: sen_mail function works at local host but i when i upload it to c-panel it does not work . it shows error . You haven't provided much information, so it's a bit hard to help you, but I assume you have configured Django to use some kind of m