redirectview

    [pinterest clone (33)] RedirectView를 통한 subscribeapp

    앞과정 생략 (과정에 대해 복습할땐 여기 참고) duckracoon.tistory.com/69 [pinterest clone (32)] Projectapp 구현 1. Create / Detail / List View (Update / delete) 2. Success_url to related Project 3. Login_required to CreateView 4. Model : title / description / image / created_at 개발 순서는 MVT 순서로 습관을.. duckracoon.tistory.com (M) models.py from django.contrib.auth.models import User from django.db import models # Create y..