Profilepage
hacktoberfest
I have added the profile page using a Profile model and corersponding form, currently this has 2 different profile page,that we can access
```python
path('profile/', auth_views.profile, name='profile'),
path('profile_a/', auth_views.profile_alpine, name='profile')
```
The one available at profile/ uses a is_editing variable to switch between edit and view mode for profile and the one at profile_a uses alpine js for this, there is also diff html files for this, i have tried to fix the issues i faced ,and it seems it works fine other than the few ui changes required, Plz review the PR and let me know there are any changes needed or areas of improvement ,feedback is greatly appreciated, thanks for guiding and letting me work on this
合并状态:已合并 合并于 2024-10-20 关闭于 2024-10-20 15 条评论