Re: File handling in Django

2025-01-29 Thread Mayank Prajapati
Joshua, wrote: > This is an interesting implementation. I am curious, what are you trying > to achieve that necessitates adding and removing fields? And wouldnt that > be solved better with some table relationship instead? > > On Tue, Jan 28, 2025 at 1:33 AM Mayank Prajapati <

File handling in Django

2025-01-27 Thread Mayank Prajapati
I am making a full stack project with JavaScript and react for front end , Postgre SQL for database and Django for backend and Django rest framework for APIs. So in models.py file there's one field which is to be removed and another field is to be added at the end. This process has to be done on