pyatl / big-peach

Big Peach is the PyATL meetup management system
MIT License
4 stars 8 forks source link

Add feature to let members join group #10

Closed pryelluw closed 4 years ago

pryelluw commented 4 years ago

Have feature to let members join group through a form (email address). Focus is to send notifications directly to users from the app and skip meetup.com.

pryelluw commented 4 years ago

Do a simple model form for the User model, a createview, and a modelform (User). Also use crispy forms

pryelluw commented 4 years ago

Released