pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

Use class based view for create and delete #15

Closed arthur-wsw closed 8 years ago

arthur-wsw commented 8 years ago

I think it should be an improvement to use CBV for create and delete view. What do you think about it ?

paltman commented 8 years ago

Yes!