adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
474 stars 197 forks source link

Adding the ability to download user profile in pdf #41

Closed y938 closed 3 months ago

y938 commented 3 months ago

Dashboard _ Learning management system - Google Chrome 2024-04-03 11-53-12

Steps I followed to add the feature

  1. created a function that generate pdf using xhtml2pdf at accounts/views
  2. added a code in profile_single function that call the function i created if there is pdf download request
  3. created a template that will use to render pdf at templates/pdf/profile_single