Re: django squashmigrations creating incorrect code?

2022-12-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Yes, a single line message warning that the migration needs some edits would be nice. On Fri, Dec 23, 2022 at 11:18 AM Christian González < christian.gonza...@nerdocs.at> wrote: > HM wouldn't it be better to add a stdout message after completing the > squash? Because if the cmd doesn't say anythi

Updating profile image in django

2022-12-26 Thread Nsikan Patrick
Hello everyone, so I have I have this issue when trying to update a profile photo in django. The Profile photo actually updates if I upload an image. But there are cases where a user may want to update other details without updating the profile photo. Trying to implement that gives me a multival