파일 경로 ➡️ articles/models.py
파일 경로 ➡️ articles/forms.py (new file)
$ python manage.py makemigrations
$ python manage.py migrate
파일 경로 ➡️ articles/templates/articles/index.html
파일 경로 ➡️ articles/urls.py
파일 경로 ➡️ articles/views.py
파일 경로 ➡️ articles/templates/articles/create.html(new file)
파일 경로 ➡️ articles/templates/articles/index.html
파일 경로 ➡️ articles/urls
파일 경로 ➡️ articles/views
파일 경로 ➡️ articles/templates/articles/detail.html(new file)
파일 경로 ➡️ articles/templates/articles/detail.html
파일 경로 ➡️ articles/urls.py
파일 경로 ➡️ articles/views.py
파일 경로 ➡️ articles/templates/articles/update.html(new file)
파일 경로 ➡️ articles/templates/articles/detail.html
파일 경로 ➡️ articles/urls.py
파일 경로 ➡️ articles/views.py