Hard Prerequisites |
IMPORTANT: Please review these prerequisites, they include important information that will help you with this content. |
|
Generally businesses have a whole lot of people who are very comfortable dealing with spreadsheets and possibly even have their own business processes built around them. So it’s often useful to write a quick little export script for internal use. Generally building little export scripts is much quicker than writing a whole big frontned.
Create a Django managment script that you can run to create an excel spreadsheet of booking data for a single month.
We need to see the following data in the sheet:
The script should take a command line parameter that specifies the month and year of the data export.
By default the exporter should filter for bookings that are within the current month.