2013-05-20 64 views

回答

3

正如評論所說,你需要做的:

from django.conf import settings 

print settings.DEBUG 
相關問題