Re: File handling in Django

2025-01-27 Thread Otecina
It will work normally, go ahead. On Mon, Jan 27, 2025, 11:33 PM Mayank Prajapati < mayankprajapati1...@gmail.com> wrote: > 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 model

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