ํ๋ก์ ํธ01. Django authentication๋ฅผ ํ์ฉํ ํ์๊ฐ์
, ๋ก๊ทธ์ธ, ๋ก๊ทธ์์ ๊ตฌํ
Django authentication๋ฅผ ์ด์ฉํ๋ฉด form์ ์ฅ๊ณ ์์ ์ ๊ณตํด์ฃผ๊ธฐ ๋๋ฌธ์ ๊ฐ๋จํ๊ฒ ํ์๊ฐ์
, ๋ก๊ทธ์ธ, ๋ก๊ทธ์์์ ๊ตฌํํ ์ ์์ต๋๋ค. ํ์ํ ์ฝ๋๋ https://www.programcreek.com/python/์ฐธ๊ณ github - https://github.com/seunghyun1003/web1 ๋ชฉ์ฐจ 1. urls, view, template์์
2. ๊ฒฐ๊ณผ 1. urls, view, template์์
2. ๋ก๊ทธ์ธ ํ ํ์ผ๋ก ์ด๋ํ๋ ์ค์ 3. ๊ฒฐ๊ณผ urls, view, template์์
1. urls, view, template์์
urls ์์
: simp_web/urls.py์ ์๋ ์ฝ๋ ์ถ๊ฐ path('signup', views.signup, name='signup'), #์ถ..