galaktika-solutions / gStack

A Docker based Django-Postgres-Nginx boilerplate
0 stars 3 forks source link

Avatar (full/small photo) in the user model integrated into demo #21

Open legios89 opened 5 years ago

legios89 commented 5 years ago

Probably we should create our own user model (most of the time we will create it anyway), and there we should add a full_avatar and a small_avatar. What do you think?

richardbann commented 5 years ago

Let's create a separate issue for the custom user model. That would be very useful.

egyedgabor commented 5 years ago

done

egyedgabor commented 5 years ago

done

richardbann commented 5 years ago

Some improvements needed before merging this to cleanup

legios89 commented 4 years ago

The django resize is no longer maintained so i switched to easy-thumbnails instead Can be seen here https://github.com/galaktika-solutions/gStack/tree/refresh_gstack