728x90
장고 소스 파일의 위치는 다음과 같이 찾을 수 있다.
C:\Users\fukaeri>python
Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] on wi
n32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path = sys.path[1:]
>>> import django
>>> print(django.__path__)
['C:\\Python27\\lib\\site-packages\\django-1.9-py2.7.egg\\django']
>>>
728x90
'프로그래밍 Programming' 카테고리의 다른 글
Ubuntu에 MySQL 설치, 서버실행확인, 설정변경, root 패스워드 변경 (0) | 2015.09.27 |
---|---|
우분투(Ubuntu) 아나콘다(Anaconda) 설치 (0) | 2015.09.27 |
Django에서 ForeignKey 사용시 NameError 가 뜨는 경우 (0) | 2015.09.12 |
외부에서 장고 웹서버 접속하기(Accessing local django webserver from outside) (0) | 2015.09.10 |
Windows 7 IIS 설치 및 열기 (0) | 2015.09.07 |