앱
![[Django]장고에서 앱이름 변경하기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FH6PYi%2FbtrScaoZS4N%2FpFDgPuw7tAk1ujvDFFGcPK%2Fimg.png)
[Django]장고에서 앱이름 변경하기
이번에는 1차프로젝트인 wish korea를 리펙토링 하려고 합니다. 앱이름들은 현재 DB테이블명으로 되어있어서 이를 수정하는 방법에 대해 블로깅 하려고 합니다. 우선은 stack overflow에 나와있는 방법입니다. https://stackoverflow.com/questions/8408046/how-to-change-the-name-of-a-django-app How to change the name of a Django app? I have changed the name of an app in Django by renaming its folder, imports and all its references (templates/indexes). But now I get this error when I ..