Imagine this situation :
I have a file named settings.py that contains
from datetime import datetime FOO = datetime.now()
Now