CBV-ify the views
Right now everything is done in function based views, it is probably a good idea to use class based views instead to make it prettier and more efficient/modernize.
Right now everything is done in function based views, it is probably a good idea to use class based views instead to make it prettier and more efficient/modernize.