Python

Django

Gauss1 2020. 3. 8. 01:07

wsgi:

uwsgi

modwsgi: Django를 포함한 모든 Python WSGI 응용 프로그램을 호스팅 할 수있는 Apache 모듈

 

 

 

Generic view

https://docs.djangoproject.com/en/1.8/ref/class-based-views/

 

Built-in class-based views API | Django documentation | Django

Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate

docs.djangoproject.com

(pagination 예제: https://wayhome25.github.io/django/2017/05/02/CBV/)

 

Django tutorial

https://docs.djangoproject.com/ko/3.0/intro/tutorial01/

 

첫 번째 장고 앱 작성하기, part 1 | Django 문서 | Django

Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate

docs.djangoproject.com

 

'Python' 카테고리의 다른 글

Celery  (0) 2019.12.22