Monday, August 26, 2019

PSF GSoC students blogs: Weekly Check-In #9

What did I do this week?

We have come to the last phase of the summer. The application is almost ready but we needed to fix more bugs this time to fine tune the application. Some of those which we worked on this week were as follows.

  • Fixed the sitemap to include each blog post and also different pages for the paginated blog
  • Handling exceptions on sitemap
  • Use django for sending mails to admins when any exception is raised on the main server
  • Fixed a very very old issue by enhancing the user add feature. Now the admin can use single dropdowns to select the default values for multiple fields.

What will I do next week?

Will move towards finishing up whatever is left and work on more issues as and when they come up!

That will be all folks!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...