app-generator / rocket-django

Rocket Django - Free Starter styled with Tailwind/Flowbite | AppSeed

Home Page:https://appseed.us/product/rocket/django/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile Page - Avatar is broken

app-generator opened this issue · comments

Once the user is authenticated, the avatar image can be changed.

The nominal flow

  • Each new profile will use a default avatar
  • once authenticated, the avatar is shown in the navigation bar & profile page

@mominur-helios please take a look.

TY!


image

Hello @mominur-helios

Please update the codebase to use DB Storage for the avatar image.

TY!

Hello @mominur-helios

The current version uses the IMAGE from media DIR.
The image needs to be saved on DB.

Please take a look.

TY!