Inboxen / website

obsolete - use https://github.com/Inboxen/Inboxen
GNU Affero General Public License v3.0
1 stars 28 forks source link

Use django generic views where possible #106

Closed tsyesika closed 10 years ago

tsyesika commented 11 years ago

Django has some generic views and currently we're essencially re-writing those every time we need them. We should switch to them, a good candidate for switching to generic views is:

https://github.com/Inboxen/website/blob/master/views/help/contact/success.py

moggers87 commented 10 years ago

Superseded by #125