django-waitinglist
django-waitinglist copied to clipboard
Convert existing views to Class Based Views
From the docs:
All views have been converted to class-based views. This is a big departure from the traditional function-based, but has the benefit of being much more flexible.
This actually hasn't been done yet, and it would indeed make the app more flexible.
@jacobwegner Is someone working on this?
@ossanna16: Not yet!
@jacobwegner Do you think it would be a good "easy" issue for someone new to open source to try?