Re: How can I work around the Django 3.2.10 cve release

2022-05-20 Thread Jason
are you using re_path for the url in question? you can see the backport change here : https://github.com/django/django/commit/d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6 On Thursday, May 19, 2022 at 11:14:25 PM UTC-4 Mike Dewhirst wrote: > My billing (Stripe) mechanism is working right up until Dj

Re: PHP website | a way to refresh the page without reloading

2022-05-20 Thread Gabriel Araya Garcia
Mike: You should see a REACT tutorial for beginners. React doesn't reload the page. Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El mié, 18 may 2022 a las 19:27, Mike Dewhirst () escribió: > On 19/05/2022 4:23 am, Dias André wrote: > > Good afternoon! I'm new to programming

Re: PHP website | a way to refresh the page without reloading

2022-05-20 Thread Gabriel Araya Garcia
Mike: I have forgotten. REACT can be used with DJANGO (in back) and REACT (in front) Have a good day, Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El sáb, 21 may 2022 a las 11:41, Gabriel Araya Garcia (< gabrielaraya2...@gmail.com>) escribió: > Mike: > You should see a REACT

please help in updates coulmns

2022-05-20 Thread lavanya gowda
*my humble request :-* please help me here i do have some columns called *sub_task_name* tht should every day update same perivous task_name but* sub_task_value* shld not update it shld give option to user to enter new value same criteria for* task_name *shld be same perivous entered but

please help in updation

2022-05-20 Thread lavanya gowda
here i have secenario like there when user moved for a done is sub_task_name shld be same perivos updated task but new updation option shld get sub_task_value tht option shld get user has same as in task_name shld be previous updated task but for user shld get new value entring option for

Django Rest Framework using "DjangoModelPermissions" allow readonly

2022-05-20 Thread Denis Morejón
Hi: I am creating a DRF project. I wanna use traditional DjangoModelPermissions. I put this on settings.py and It works fine: REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': [ 'rest_framework.permissions.DjangoModelPermissions' ], But all authenticated users can access reading all data. Even

Re: collaborator

2022-05-20 Thread Nwokporo Chukwuebuka
Please I'm very interested in the building of the API On Wed, May 11, 2022, 6:09 PM ericki...@gmail.com wrote: > hello guys, i am working on a personal project and the code base is > getting out of hand (getting huge) if anyone is intrested in API or > Frontend you are welcome. > > -- > You rece

Re: How can I work around the Django 3.2.10 cve release

2022-05-20 Thread Mike Dewhirst
On 20/05/2022 11:21 pm, Jason wrote: are you using re_path for the url in question? Thanks for responding Jason, yes! Here are my relevant lines ...     re_path(r"invoice/(?P\d+)/$", billing_views.invoice_view, name="invoice_view"),     # no trailing slash or the payment system barfs     re_

Re: How can I work around the Django 3.2.10 cve release

2022-05-20 Thread lavanya gowda
Hi mike and jason kindly help me to my query also i have shared my query in group its emergency *my humble request :-* please help me here i do have some columns called *sub_task_name* tht should every day update same perivous task_name but* sub_task_value* shld not update it shld give opt

Re: How can I work around the Django 3.2.10 cve release

2022-05-20 Thread Mike Dewhirst
LavanyaI'm sorry I don't think I can help with your problem directly but I can help indirectly.You have "hijacked" this "thread" which means the subject line does not apply to what you are asking.Only people interested in the actual subject line will look at your message. That cuts out all the p