Hi, There is one strange problem. I have a line in views.py as:
now=datetime.now()
And it worked before.
If I turn it on and visit my website, it shows the message "Something went wrong." and even doesn't show the error log.
As I put a "#" before the line, disable it, and the website works.
I checked my settings.py and everything just like before when this line worked well.
So what can possibly wrong then?
Thanks