카테고리: Python

0

윈도우에 pyrebase 설치

윈도우에 pyrebase 설치 설치 12345678910Collecting jws>=0.1.3 (from python-jwt==2.0.1->pyrebase) Using cached jws-0.1.3.tar.gz Complete output from command python setup.py egg_info: Traceback (m

0

django 프로젝트 생성

django 프로젝트 생성 프로젝트 생성 Google App Engine 에서 Django 사용하기 문자열 반환 URL 추가 1url(r'^view/', view.test), 함수 생성 12def test(request): return HttpResponse("Hello, world. You're at the

0

장고의 설계 원칙

장고의 설계 원칙 https://docs.djangoproject.com/en/1.7/misc/design-philosophies/ https://docs.djangoproject.com/en/1.11/misc/design-philosophies/ 일반 사항 약한 결합(Loose coupling) 경량 코드(Less code) 신속 개발(Quick