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-django/index.html
> * https://bossanova.uk/jexcel 
> * 
> https://medium.com/ag-grid/building-a-crud-application-with-ag-grid-part-4-3189034df922
>
> You'd also need an app like Django REST Framework to handle GET/POST of 
> JSON data to populate your grid.
>
> On Wednesday, 27 February 2019 20:39:04 UTC+2, veera nagaraja sankar Inti 
> wrote:
>>
>> need help friends ?..
>>
>> thq..
>>
>

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/daa68276-96fa-4cfb-98ed-52db00df4727%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e03ee093-fd1e-4d3b-a162-cbf924b65b76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Django validation

2019-04-04 Thread veera nagaraja sankar Inti
Hi All,

I working on Django validation,

i have done some practice,

I observed somethig plase let know if any misunderstadings,

1) When every datatype in models  have default validators or worked, it is 
worked on the form contains *is_valid()* or else  ?..

2)we can add the custom validations using *validators=[nameofthevalidation 
function] which *is only inadditionto the existing validators means 
validate defaultvalidators first and then next custom validations, If we 
use *required=true * use in remove only custom validation only ?..

3) i need to mute all default validation and add only my custom validation 
---Explain in datail  plesase


Thank you all

-- 
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 group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3e2e519b-4d0f-429c-9ed1-ffe0b7de9055%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.