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 a PDF list of students and lecturers. #40

Closed y938 closed 3 months ago

y938 commented 3 months ago

Dashboard-_-Learning-management-system-Google-Chrome-2024-04-02-13-09-30

Steps i followed to add this feature

  1. installed xhtml2pdf
  2. created a function that generates a PDF table at accounts/views.py
  3. created a template which render as pdf at template/pdf

Thank you for considering this pull request. I appreciate your time and the opportunity to contribute.

adilmohak commented 3 months ago

Good work, keep it up!

y938 commented 3 months ago

Thank you! 👍