Re: Is there any inline editing the data and delete data in table in Django?

2019-03-19 Thread VeeraNagaRaja Sankar
hi, means, i am only aware of Django so i need any code reference to do that thank you, Best Regards, Inti VeeraNagaRaja Sankar,M.Tech(IT) M: 9985864383 intisank...@gmail.com https://about.me/veeranagarajasankar On Wed, Mar 20, 2019 at 11:55 AM Derek wrote: > That is not an answerable quest

Re: Is there any inline editing the data and delete data in table in Django?

2019-03-19 Thread Derek
That is not an answerable question. We have given you suggestions - the "how" is up to you. On Tuesday, 19 March 2019 09:36:27 UTC+2, veera nagaraja sankar Inti wrote: > > > how ? > > On Monday, March 4, 2019 at 12:40:03 PM UTC+5:30, Derek wrote: >> >> Grid / tabular editing outside of the a

Re: Why use CustomUserManager.create_user and not CustomUserManager.create?

2019-03-19 Thread Vinicius Assef
Also, there's the create_superuser() method. On Fri, 15 Mar 2019 at 01:48, Peter of the Norse wrote: > The biggest difference is that when you call create_user, it creates a > hash of the password. Eventually, create_user does call create, but only > after setting all the values properly. > > S

Creating Objects from Annotations and Other Models

2019-03-19 Thread Dylan Young
Hey all: I often find myself fetching data from models in the database only to run a few trivial calculations and store the info in a different model. Is there an established ORM pattern for directly creating objects in the DB based on the fields of other models? Sorry if this is obvious, but

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread VeeraNagaRaja Sankar
first need to install postgresql_psycopg2 driver create postgres user (merudan) # DATABASES = { # 'default': { # 'ENGINE': 'django.db.backends.postgresql_psycopg2', # 'NAME': 'django', # 'USER': 'merudan', # 'PASSWORD': 'merudan', # 'HOST': 'localhost',

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread omar ahmed
ok what about old projects only install postgresql and change db settings On Tuesday, March 19, 2019 at 2:42:02 PM UTC+2, Jani Tiainen wrote: > > Install Postgre, setup django, change db settings to match your Postgre db > and user credentials. Start migrations. > > > On Tue, Mar 19, 2019 at 2:3

Re: How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread Jani Tiainen
Install Postgre, setup django, change db settings to match your Postgre db and user credentials. Start migrations. On Tue, Mar 19, 2019 at 2:35 PM omar ahmed wrote: > hello .. > how can i Use PostgreSQL with your Django on Ubuntu > > -- > You received this message because you are subscribed t

How To Use PostgreSQL with your Django on Ubuntu

2019-03-19 Thread omar ahmed
hello .. how can i Use PostgreSQL with your Django on Ubuntu -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post

django-multimedia

2019-03-19 Thread Jose Echenique
Play video from django app inside the html and by hdmi simultaneously in a raspberry pi, do you recommend django-multimedia? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: Request & Response >> Device send HTTP request to web server

2019-03-19 Thread Sabuhi Shukurov
I was wondering if you have pdf version I have been looking but unfortunately not found the one free . On Tuesday, 19 March 2019 03:05:42 UTC+4, Mohan Goud wrote: > > Unit 9 of IoT by Vijay madisetti is completely related to that > > On Tue 19 Mar, 2019, 2:43 AM Sabuhi Shukurov wrote: > >> Hell

Re: Request & Response >> Device send HTTP request to web server

2019-03-19 Thread Sabuhi Shukurov
thank you! you let me find the book On Tuesday, 19 March 2019 03:05:42 UTC+4, Mohan Goud wrote: > > Unit 9 of IoT by Vijay madisetti is completely related to that > > On Tue 19 Mar, 2019, 2:43 AM Sabuhi Shukurov wrote: > >> Hello! >> >> I need your help and assistance in my project. Currently w

select table rows in Django

2019-03-19 Thread veera nagaraja sankar Inti
check box filed is not selected in the Django template -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this

Re: Is there any inline editing the data and delete data in table in Django?

2019-03-19 Thread veera nagaraja sankar Inti
how ? On Monday, March 4, 2019 at 12:40:03 PM UTC+5:30, Derek wrote: > > Grid / tabular editing outside of the admin is tricky; I have not been > able to manage it and have not found a good app for it. > > Here are some suggested reading: > > * https://www.ibm.com/developerworks/library/wa-d