I am new to django and web development, I want to ask is there a way to print the table in the admin page onto paper?
Asked
Active
Viewed 250 times
0
-
`onto paper?`, can you be more specify? you mean print it to csv file or connect with the the browser print function? – Linh Nguyen Apr 13 '21 at 07:53
-
@LinhNguyen connect to browser print function – Din Apr 13 '21 at 07:56
-
take a look at this SO question because printer driver on python is based on different operating system https://stackoverflow.com/questions/12723818/print-to-standard-printer-from-python – Linh Nguyen Apr 13 '21 at 08:02
-
what if I want to print it to a csv file? – Din Apr 13 '21 at 08:04
-
django documents have a section dedicated for printing to csv https://docs.djangoproject.com/en/3.1/howto/outputting-csv/ – Linh Nguyen Apr 13 '21 at 08:06