django-appointment
django-appointment copied to clipboard
Update views to class based
I converted views to class based ones: FormView, RedirectView, TemplateView and View. This will help developer to re-use the views and modifiy only part of them.
Function based views are still available through their path.