작정하고 장고 _ 5/29

seoyeon·2023년 6월 4일
0

UDR

목록 보기
41/42

37강_Mixin 소개 및 Commentapp 구현

Commentapp 생성

  • Mixin

    • Create view : form O, object X
    • Detail view : form X, object O

    detail view를 form과 함께 만들고 싶다면? → mixin 사용!

  • FormMixin : detail view 내에서도 form 사용 가능

  1. Create / Delete View
  2. Success_url to related article
  3. Model

시작

  • 앱 생성

    	python manage.py startapp commentapp
  • pragmatic - settings.py - INSTALLED_APPS 에 추가

  • urls.py

    	path('comments/', include('commentapp.urls')),
  • views.py

  • models.py

  • model 생성했으니까 form

  • model 만들었으니까 마이그레이션 작업

    	makemigraion -> migrate
  • 	{% include 'commentapp/create.html' with article=target_article %}
profile
안녕하세용

0개의 댓글

관련 채용 정보