Hi Friends,
I have followed videos of Corey Schafer to do this proejct and I have completed 12 tutorials. Link of course: https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p
While doing this project I met an issues that I would like to update here.
- Login error after Delete Profile picture from Admin:
- Error 1:RelatedObjectDoesNotExist at /admin/login/, no such column: user_details_profile.id
- Error 2: Exception Value: save() got an unexpected keyword argument 'force_insert'
- I did mistake in date_posted line code of blog models.
- Solution code: timezone.now instead of timezone.now()