분류 전체보기(333)
-
django-jsonresponse-example
How to use Django JsonResponse with example (pytutorial.com) pytutorial | How to use Django JsonResponse with example Understand How to Use Django HttpResponseBadRequest pytutorial.com
2022.12.13 -
Django + AJAX : How to use AJAX in Django Templates
Django + AJAX : How to use AJAX in Django Templates (djangocentral.com) Django + AJAX : How to use AJAX in Django Templates AJAX or Asynchronous JavaScript And XML is a set of web development techniques using web technologies on the client-side to create asynchronous web requests. djangocentral.com
2022.12.13 -
Django GET, POST
[Django] 6. 파라미터 전송(GET, POST) :: IT, 정보보안 자료실 (tistory.com) [Django] 6. 파라미터 전송(GET, POST) 1. GET 전송 [main/urls.py] path('parameter/', views.get_post), 위와 같이 urls.py를 수정해줍니다. "http://DOMAIN/main/parameter/?id=1234"와 같은 요청이 들어올 경우 "get_post" 함수로 파라미터를 전달하게 됩니다. [main/vi nalara12200.tistory.com
2022.12.13 -
Database 네이밍 룰
Database 네이밍 룰(Naming rule) (tistory.com) Database 네이밍 룰(Naming rule) 1. Database 관련 Naming Rule 가. Database Schema Name 1) 규칙 █ Database Profile 이름을 의미함 █ DB Alias 이름과 동일하게 함 █ 영문 대문자로 작성함 █ Database Short Name의 길이는 최대 8자리를 넘을 수 없음 jang8584.tistory.com [rdbms] 7가지 꼭 지켜야할 네이밍 규칙 (naming convention) (tistory.com) [rdbms] 7가지 꼭 지켜야할 네이밍 규칙 (naming convention) 공통 1. 이름은 snake case를 따른다. - snake cas..
2022.12.13 -
QuerySet API
QuerySet API reference | Django 문서 | Django (djangoproject.com) Django The web framework for perfectionists with deadlines. docs.djangoproject.com
2022.12.12 -
django에서 'UNIQUE 제약 조건 실패' 404를 잡는 방법
python - django에서 'UNIQUE 제약 조건 실패'404를 잡는 방법 (stackoverflow.com) how to catch A 'UNIQUE constraint failed' 404 in django How do I specifically catch a UNIQUE constraint failed 404 in the following code, I know I have to add something in the ( here? ) section try: q = AnswerModel(user=user, yes_question=question_... stackoverflow.com
2022.12.12