Django DB connectivity to DB running in different server.

2022-09-11 Thread Prabakaran Balaji
*Hello Django Users,* Need some support on database connectivity in my django application. It's trying to connect with localhost even after specifying the IP address. Getting below error, could someone pls look into this? *Error - * Watching for file changes with StatReloader Performing system ch

Starting Django project with Docker

2022-09-26 Thread Prabakaran Balaji
Hello Django Geeks, Looking for geeks' insight for docker related issues. I'm not able to run the command *"docker-compose run --rm app sh -c "django-admin startproject app ."* Error - Traceback (most recent call last): File "/py/bin/django-admin", line 8, in sys.exit(execute_from_command_

Document for creating Django project with postgresql

2019-03-06 Thread Prabakaran Balaji
Hi All, Could anyone please share the document for creating a django project with postgresql db? It would be great if I get any example app along with that. Regards, Prabu -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from th

CRUD and Aggregation queries example

2019-05-16 Thread Prabakaran Balaji
Hi, Could someone share me the link for, How CRUD operations should be implemented? and How to use the aggregation queries based on data from the database? Thanks and regards, Praba -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscri

PUT/DELETE Method not allowed

2019-05-16 Thread Prabakaran Balaji
Hi, Error - "detail": "Method \"PUT\" not allowed." Getting above error When I try to update the model. Can someone help me on this? Thanks, Prabu -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Re: PUT/DELETE Method not allowed

2019-05-17 Thread Prabakaran Balaji
rtunately not that easy for us > to understand because of djangos versitality - it can be used in so many > different ways! > > Regards, > > Andréas > > > Den tors 16 maj 2019 kl 17:32 skrev Prabakaran Balaji < > prabu.b...@gmail.com>: > >> Hi, >>