User 자기 자신과의 M:N 관계 설정을 통한 팔로우 기능 구현하기
파일 경로 ➡️ accounts/urls.py
파일 경로 ➡️ accounts/views.py
파일 경로 ➡️ accounts/profile.html
파일 경로 ➡️ templates/base.html
파일 경로 ➡️ articles/index.html
파일 경로 ➡️ accounts/models.py
$ python manage.py makemigrations
$ python manage.py migrate
파일 경로 ➡️ accounts/urls.py
파일 경로 ➡️ accounts/views.py
파일 경로 ➡️ accounts/profile.html