Re: Reference data while testing

2023-10-03 Thread Alessandro Madruga Correia
On Mon, Oct 2, 2023 at 11:30 PM Mike Dewhirst wrote: > > This is probably in the docs so please drop me a link if you can. > > My project has fifteen or more tables of reference data which determine > how the software behaves and therefore is critical to unit testing. > > Fixtures are unworkable

Re: Reference data while testing

2023-10-03 Thread Qayyam Hussain
Sure I'll what how much you pay me? On Tue, Oct 3, 2023, 7:31 AM Mike Dewhirst wrote: > > This is probably in the docs so please drop me a link if you can. > > My project has fifteen or more tables of reference data which determine > how the software behaves and therefore is critical to unit tes

Re: Reference data while testing

2023-10-03 Thread Mike Dewhirst
Thank you but unfortunately, none of the suggestions are appropriate. Here is more information. We have a complex system where - in the opinion of a chemical expert - it is possible to state that a particular chemical risk profile has been correctly calculated by the software. In addition to

How to monitor content updates or deletion in Django web applications

2023-10-03 Thread Ram
Hi, We would like to add this feature in our Web application and capture the following events in log files: 1. If any image is deleted by any reason 2. Any content is deleted by any reason Does Django have any libraries or functions to achieve this? Best regards, ~Ram -- You received this mes

Re: How to monitor content updates or deletion in Django web applications

2023-10-03 Thread David Nugent
The may not be enough context in your question but I imagine that the following link may take you to something that may work for you. https://docs.djangoproject.com/en/4.2/topics/signals/ On 4 October 2023 at 14:42:45, Ram (ram.mullap...@gmail.com) wrote: > Hi, > > We would like to add this feat