wsgi:
uwsgi
modwsgi: Django를 포함한 모든 Python WSGI 응용 프로그램을 호스팅 할 수있는 Apache 모듈
Generic view
https://docs.djangoproject.com/en/1.8/ref/class-based-views/
(pagination 예제: https://wayhome25.github.io/django/2017/05/02/CBV/)
Django tutorial
https://docs.djangoproject.com/ko/3.0/intro/tutorial01/