You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
probably create a table in donations/models.py for premiums:
basically Premium_bool and Premium_size with appropriate fields, and the control panel allows setting 0) item type (bool or sized) 1) minimum donation, 2) name (which we sanitise into a slug for the DB), 3) size options (comma-seperated, converted into selection)
probably create a table in donations/models.py for premiums:
basically Premium_bool and Premium_size with appropriate fields, and the control panel allows setting 0) item type (bool or sized) 1) minimum donation, 2) name (which we sanitise into a slug for the DB), 3) size options (comma-seperated, converted into selection)
this should make #18 and #20 simpler to implement
The text was updated successfully, but these errors were encountered: