Re: Accessing data from a 30 GB file in json format

2019-07-01 Thread Brian Mcnabola
https://stackoverflow.com/questions/2396238/memory-error-due-to-the-huge-input-file-size Just iterate the file do whatever operations you want on the file. https://towardsdatascience.com/python-basics-iteration-and-looping-6ca63b30835c On Monday, July 1, 2019 at 11:07:39 AM UTC+1, Nibil Ashraf wr

Unauthenticated onetime url to edit a form.

2019-07-01 Thread Brian Mcnabola
*Context: * I have a booking app that is managed over the phone by an admin. the callers/client's details are stored in a Client model and then related to a Booking model when a booking is made. *Problem*: I want the client to have access to edit their booking without having to be a user in th

Unauthenticated one time edit form/url

2019-07-01 Thread Brian Mcnabola
Context: I have a booking system which is in a call centre. Clients call in and give their details (name address phone email) these details are stored in a Client Model When they make a booking over the phone it is associated to the entry in the Booking Model. Problem: I'd like to add a form on

Django reporting Library recommendations

2019-04-16 Thread Brian Mcnabola
Im looking for a Django reporting library something similar to Django report builder ? -- 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...