django-appointment icon indicating copy to clipboard operation
django-appointment copied to clipboard

Update views to class based

Open ZuluPro opened this issue 8 months ago • 3 comments

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.

ZuluPro avatar Jun 16 '24 22:06 ZuluPro