Create An Add Event Page - Django Wednesdays #11
In this video we'll create an "add event" page for our club app.
Creating an add event page will give us a few problems because to add an event, we need to understand date formatting, and we need drop down menus for venues, managers, and attendees...which will require some different coding than we've seen before.
#django #codemy