blinklet / music-festival-organizer

Music Festival Organizer for competitive music festivals
Other
0 stars 0 forks source link

1 confirm or cancel spreadsheet import to database #2

Closed blinklet closed 1 week ago

blinklet commented 1 week ago

Used Flask-Session to save the dataframe in a server-side session. Using a filesystem session type when I am developing. Most people will use Redis in production so I will have to add that later.

blinklet commented 1 week ago

Implemented