Mosqlimate-project / Data-platform

Mosqlimate data Platform.
GNU General Public License v3.0
6 stars 6 forks source link

[Django - Profile] User profile picture changes its size to fit image's size #76

Open luabida opened 1 year ago

luabida commented 1 year ago

It should have a fixed size

JanaganSaravanan commented 1 year ago

Hi! I would like to work on this issue. Can please provide more details ? For example where can i find the relavent files?

luabida commented 1 year ago

hello @JanaganSaravanan, thank you for your willing to solve the issue. First step is to build the project in your local machine, please follow the CONTRIBUTING guide to do so, you will have to configure your own authentication settings in order to use the github login.

After finishing the container initialization, you will be able of logging in with your github account on your local webserver on http://0.0.0.0:8042/: image

After logging in, you will be redirect to your profile page, the file in question is located at src/templates/users/profile.html. Please let me know if you find any difficulties

OsafAliSayed commented 10 months ago

Hi, I would like to finish this issue. This issue still seems open

OsafAliSayed commented 9 months ago

Hi, I don't have Linux, Is there a way to set this up without Linux?

luabida commented 9 months ago

@OsafAliSayed I've never tried to build it on windows, it may be possible to build with WSL, but I'm not sure about it