소스 검색

refactor models

unknown 1 개월 전
부모
커밋
79f1a21583
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/models.py

+ 1 - 1
app/models.py

@@ -1,5 +1,5 @@
 from django.db import models
-from korochki import settings
+from django.conf import settings
 
 # Create your models here.
 class Application(models.Model):