본문 바로가기
Framework/DJANGO

What does a . in an import statement in Python mean?

by brother_stone 2021. 8. 1.

예시)

from . models import Question

A) That's the new syntax for explicit relative imports. It means import from the current package.

 

 

출처:https://stackoverflow.com/questions/7279810/what-does-a-in-an-import-statement-in-python-mean

'Framework > DJANGO' 카테고리의 다른 글

Django DB  (0) 2021.08.10