pythonkc / pythonkc-com

Django app for pythonkc.com.
18 stars 15 forks source link

Replace home class-based view with function based view. #27

Open smajda opened 8 years ago

smajda commented 8 years ago

During our Saturday meeting we used this project and the home view as a simple "Intro to Django" view. Rather than digging right into the class-based view we currently use, we rewrote it as a function based view from scratch. For beginners, function-based views are much better.

I kept both views around in the file for reference, because that's nice to have.